FDatasmithFBXSceneAnimPoint

Represents a single key frame of an animation curve.

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

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