Chaos::EImplicitObject::Flags

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/ImplicitObject.h"

Syntax

namespace Chaos
{
    namespace EImplicitObject
    {
        enum Flags
        {
            IsConvex             = 1,
            HasBoundingBox       = 1 << 1,
            DisableCollisions    = 1 << 2,
        }
    }
}

Values

Name

Description

IsConvex

HasBoundingBox

DisableCollisions

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