Chaos::ECollisionModifierResult

Return value of the collision modification callback

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollisionResolutionTypes.h

Include

#include "Chaos/CollisionResolutionTypes.h"

Syntax

namespace Chaos
{
    enum ECollisionModifierResult
    {
        Unchanged,
        Modified,
        Disabled,
    }
}

Values

Name

Description

Unchanged

Modified

No change to the collision

Disabled

Modified the collision, but want it to remain enabled

Remarks

Return value of the collision modification callback

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