EAsyncTraceType

Enum to indicate type of test to perfom

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss