Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
Inheritance Hierarchy
- IJsonCmdBase
- FJsonFetchPayloadCmd
- FJsonFetchAnimationBakeTransformPayloadCmd
References
| Module | InterchangeDispatcher |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcherTask.h |
| Include | #include "InterchangeDispatcherTask.h" |
Syntax
class FJsonFetchAnimationBakeTransformPayloadCmd : public UE::Interchange::FJsonFetchPayloadCmd
Remarks
Animation transform payload require transform to be bake by the translator The anim sequence API is not yet using curve to describe bone track animation
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | BakeFrequency | ||
| double | RangeEndTime | ||
| double | RangeStartTime |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FJsonFetchAnimationBakeTransformPayloadCmd
(
const FString& InTranslatorID, |