Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeAnimationTrackBaseNode
- UInterchangeAnimationTrackSetInstanceNode
References
| Module | InterchangeNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeAnimationTrackSetNode.h |
| Include | #include "InterchangeAnimationTrackSetNode.h" |
Syntax
UCLASS&40;BlueprintType, Experimental&41;
class UInterchangeAnimationTrackSetInstanceNode : public UInterchangeAnimationTrackBaseNode
Remarks
Class to represent an animation which instances another animation track set node
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomDuration
(
int32& AttributeValue |
Get the level sequence instance duration in number of frames. | |
| bool | GetCustomStartFrame
(
int32& AttributeValue |
Get the frame where the level sequence instance starts. | |
| bool | GetCustomTimeScale
(
float& AttributeValue |
Get the time scale used for the level sequence instance. | |
| bool | GetCustomTrackSetDependencyUid
(
FString& AttributeValue |
Get the unique id of the level sequence this instance references. | |
| bool | SetCustomDuration
(
const int32& AttributeValue |
Set the level sequence instance duration in number of frames. | |
| bool | SetCustomStartFrame
(
const int32& AttributeValue |
Set the frame where the level sequence instance starts. | |
| bool | SetCustomTimeScale
(
const float& AttributeValue |
Set the time scale used for the level sequence instance. | |
| bool | SetCustomTrackSetDependencyUid
(
const FString& AttributeValue |
Set the unique id of the level sequence this instance references. | |
| FStringView |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting errors |