Chaos::EEventType

Predefined System Event Types

Windows
MacOS
Linux

References

Module

ChaosSolvers

Header

/Engine/Source/Runtime/Experimental/ChaosSolvers/Public/EventManager.h

Include

#include "EventManager.h"

Syntax

namespace Chaos
{
    enum EEventType
    {
        Collision    = 0,
        Breaking     = 1,
        Trailing     = 2,
        Sleeping     = 3,
        Sleeping     = 1,
    }
}

Values

Name

Description

Collision

Breaking

Trailing

Sleeping

Sleeping

Remarks

Predefined System Event Types

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