Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Description
See if TraceHandle is still valid or not
return true if it will be evaluated OR it has valid result return false if it already has expired Or not valid
| Name | IsTraceHandleValid |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Collision/WorldCollisionAsync.cpp |
bool IsTraceHandleValid
(
const FTraceHandle & Handle,
bool bOverlapTrace
)
Parameters
| Name | Remarks |
|---|---|
| Handle | TraceHandle that was returned when request Trace |
| bOverlapTrace | true if this is overlap test Handle, not trace test handle |