Navigation
API > API/Runtime > API/Runtime/Engine
Trace option to SuggestProjectileVelocity functions.
| Name | ESuggestProjVelocityTraceOption::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStaticsTypes.h |
| Include Path | #include "Kismet/GameplayStaticsTypes.h" |
Syntax
namespace ESuggestProjVelocityTraceOption
{
enum Type
{
DoNotTrace,
TraceFullPath,
OnlyTraceWhileAscending,
}
}
Values
| Name | Remarks |
|---|---|
| DoNotTrace | |
| TraceFullPath | |
| OnlyTraceWhileAscending |