Navigation
API > API/Plugins > API/Plugins/DatasmithFBXTranslator
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.
| Name | FDatasmithFBXSceneAnimCurve |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/DatasmithFBXImporter/Source/DatasmithFBXTranslator/Public/DatasmithFBXScene.h |
| Include Path | #include "DatasmithFBXScene.h" |
Syntax
struct FDatasmithFBXSceneAnimCurve
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Component | EDatasmithFBXSceneAnimationCurveComponent | DatasmithFBXScene.h | ||
| DSID | int32 | ID of the curve pulled from the FBX. | DatasmithFBXScene.h | |
| Points | TArray< FDatasmithFBXSceneAnimPoint > | DatasmithFBXScene.h | ||
| StartTimeSeconds | float | Time of the first true animation key/value pair. Discard everything before this | DatasmithFBXScene.h | |
| Type | EDatasmithFBXSceneAnimationCurveType | DatasmithFBXScene.h |