CurveTypeDescription

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/FbxImporter.h

Include

#include "FbxImporter.h"

Syntax

enum CurveTypeDescription
{
    Transform_Translation_X,
    Transform_Translation_Y,
    Transform_Translation_Z,
    Transform_Rotation_X,
    Transform_Rotation_Y,
    Transform_Rotation_Z,
    Transform_Scaling_X,
    Transform_Scaling_Y,
    Transform_Scaling_Z,
    NotTransform,
}

Values

Name

Description

Transform_Translation_X

Transform_Translation_Y

Transform_Translation_Z

Transform_Rotation_X

Transform_Rotation_Y

Transform_Rotation_Z

Transform_Scaling_X

Transform_Scaling_Y

Transform_Scaling_Z

NotTransform

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