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 FDatasmithFBXSceneAnimCurve
Remarks
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.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
EDatasmithFBXSceneAnimationCurveComponent | Component | |
![]() |
int32 | DSID | ID of the curve pulled from the FBX. |
![]() |
TArray< FDatasmithFBXSceneAnimPoint > | Points | |
![]() |
float | StartTimeSeconds | Time of the first true animation key/value pair. Discard everything before this |
![]() |
EDatasmithFBXSceneAnimationCurveType | Type |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator<
(
const FDatasmithFBXSceneAnimCurve& Other |