16 UPROPERTY(EditAnywhere, Category =
"Output")
17 TObjectPtr<UEnemyStrafeComponent> StrafeComponent =
nullptr;
19 UPROPERTY(EditAnywhere, Category = "Output")
20 FVector EQSDestination = FVector::ZeroVector;
22 UPROPERTY(EditAnywhere, Category = "Output")
23 float StrafeSpeed = 0.0f;
25 UPROPERTY(EditAnywhere, Category = "Output")
26 float StrafeDelay = 0.0f;
29 TWeakObjectPtr<APawn> CachedPawn =
nullptr;