Navigation
API > API/Plugins > API/Plugins/TargetingSystem
Determines the shape of the trace used.
| Name | ETargetingTraceType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/GameplayTargetingSystem/Source/GameplayTargetingSystem/Public/Tasks/TargetingSelectionTask_Trace.h |
| Include Path | #include "Tasks/TargetingSelectionTask_Trace.h" |
Syntax
enum ETargetingTraceType
{
Line,
Sphere,
Capsule,
Box,
}
Values
| Name | Remarks |
|---|---|
| Line | |
| Sphere | |
| Capsule | With zero rotation, the capsule length runs along the trace's up vector (the cross product of the trace's forward vector and the trace's forward vector flattened onto the XY plane and rotated 90 degrees around the Z vector). |
| Box |