FDatasmithFBXSceneAnimPoint

Represents a single key frame of an animation curve.

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 FDatasmithFBXSceneAnimPoint

Remarks

Represents a single key frame of an animation curve. Has interpolation and tangent information. Ideally we would use FRichCurveKey, but it's not a BlueprintType, which we need it to be for serialization

Variables

Name Description

Public variable

float

 

ArriveTangent

Public variable

ERichCurveInter...

 

InterpolationMode

Public variable

float

 

LeaveTangent

Public variable

ERichCurveTange...

 

TangentMode

Public variable

float

 

Time

Public variable

float

 

Value