BodyInstanceSceneState

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodyInstance.h

Include

#include "PhysicsEngine/BodyInstance.h"

Syntax

enum BodyInstanceSceneState
{
    NotAdded,
    AwaitingAdd,
    Added,
    AwaitingRemove,
    Removed,
}

Values

Name

Description

NotAdded

AwaitingAdd

Added

AwaitingRemove

Removed

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