Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Enterprise/DatasmithFBXImporter/Source/DatasmithFBXTranslator/Public/DatasmithFBXScene.h |
Include |
#include "DatasmithFBXScene.h" |
struct FDatasmithFBXSceneAnimPoint
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
Name | Description | ||
---|---|---|---|
|
float |
ArriveTangent |
|
|
InterpolationMode |
||
|
float |
LeaveTangent |
|
|
TangentMode |
||
|
float |
Time |
|
|
float |
Value |