Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldCollision.h |
| Include | #include "WorldCollision.h" |
Syntax
enum EAsyncTraceType
{
Test,
Single,
Multi,
}
Values
| Name | Description |
|---|---|
| Test | Return whether the trace succeeds or fails (using bBlockingHit flag on FHitResult), but gives no info about what you hit or where. |
| Single | Returns a single blocking hit |
| Multi | Returns a single blocking hit, plus any overlapping hits up to that point |
Remarks
Enum to indicate type of test to perfom