Chaos::DebugDraw::EDebugDrawJointFeature

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/ChaosDebugDraw.h"

Syntax

namespace Chaos
{
    namespace DebugDraw
    {
        enum EDebugDrawJointFeature
        {
            None              = 0,
            CoMConnector      = 1 << 0,
            ActorConnector    = 1 << 1,
            Stretch           = 1 << 2,
            Axes              = 1 << 3,
            Level             = 1 << 4,
            Index             = 1 << 5,
            Default           = ActorConnector | Stretch,
        }
    }
}

Values

Name

Description

None

CoMConnector

ActorConnector

Stretch

Axes

Level

Index

Default

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