Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UWorld
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
Include | #include "Engine/World.h" |
Source | /Engine/Source/Runtime/Engine/Private/Collision/WorldCollision.cpp |
bool LineTraceSingleByObjectType
&40;
struct FHitResult & OutHit,
const FVector & Start,
const FVector & End,
const FCollisionObjectQueryParams & ObjectQueryParams,
const FCollisionQueryParams & Params
&41; const
Remarks
Trace a ray against the world using object types and return the first blocking hit TRUE if any hit is found
Parameters
Name | Description |
---|---|
OutHit | First blocking hit found |
Start | Start location of the ray |
End | End location of the ray |
ObjectQueryParams | List of object types it's looking for |
Params | Additional parameters used for the trace |