Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStaticsTypes.h |
Include | #include "Kismet/GameplayStaticsTypes.h" |
Syntax
struct FPredictProjectilePathPointData
Remarks
Data about a single point in a projectile path trace.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FVector | Location | Location of this point. |
![]() |
float | Time | Elapsed time at this point from the start of the trace. |
![]() |
FVector | Velocity | Velocity at this point. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FPredictProjectilePathPointData
(
FVector InLocation, |