FDatasmithFBXSceneAnimCurve

Represents an individual animation curve of a transform property (like translation X).

Choose your operating system:

Windows

macOS

Linux

References

Module

DatasmithFBXTranslator

Header

/Engine/Plugins/Enterprise/DatasmithFBXImporter/Source/DatasmithFBXTranslator/Public/DatasmithFBXScene.h

Include

#include "DatasmithFBXScene.h"

Syntax

struct FDatasmithFBXSceneAnimCurve

Remarks

Represents an individual animation curve of a transform property (like translation X). Has multiple points, representing animation key frames. Also has an individual DatasmithID (DSID) that can be used to track the curve through the VRED export process.

Variables

Name Description

Public variable

EDatasmithFBXSc...

 

Component

Public variable

int32

 

DSID

ID of the curve pulled from the FBX.

Public variable

TArray< FDatasm...

 

Points

Public variable

float

 

StartTimeSeconds

Time of the first true animation key/value pair. Discard everything before this

Public variable

EDatasmithFBXSc...

 

Type

Operators

Name Description

Public function Const

bool

 

operator<

(
    const FDatasmithFBXSceneAnimCurve&...
)