EHitFlags

Possible results from a scene query

Windows
MacOS
Linux

References

Module

PhysicsCore

Header

/Engine/Source/Runtime/PhysicsCore/Public/PhysicsInterfaceWrapperShared.h

Include

#include "PhysicsInterfaceWrapperShared.h"

Syntax

enum EHitFlags
{
    None         = 0,
    Position     = (1 << 0),
    Normal       = (1 << 1),
    Distance     = (1 << 2),
    UV           = (1 << 3),
    MTD          = (1 << 9),
    FaceIndex    = (1 << 10),
}

Values

Name

Description

None

Position

Normal

Distance

UV

MTD

FaceIndex

Remarks

Possible results from a scene query

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