Navigation
API > API/Plugins > API/Plugins/DatasmithFBXTranslator
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
| Type | Name | Description | |
|---|---|---|---|
| float | ArriveTangent | ||
| ERichCurveInterpMode | InterpolationMode | ||
| float | LeaveTangent | ||
| ERichCurveTangentMode | TangentMode | ||
| float | Time | ||
| float | Value |