UE::MovieScene::EComponentDebugType

Defines a static type identifier for the natvis visualizer

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneComponentDebug.h

Include

#include "EntitySystem/MovieSceneComponentDebug.h"

Syntax

namespace UE
{
    namespace MovieScene
    {
        enum EComponentDebugType
        {
            Unknown,
            Bool,
            Uint8,
            Uint16,
            Int32,
            Float,
            Vector2,
            Vector3,
            Vector4,
            Object,
            Property,
            InstanceHandle,
            EntityID,
        }
    }
}

Values

Name

Description

Unknown

Bool

Uint8

Uint16

Int32

Float

Vector2

Vector3

Vector4

Object

Property

InstanceHandle

EntityID

Remarks

Defines a static type identifier for the natvis visualizer

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