Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeAnimationTrackBaseNode
- UInterchangeAnimationTrackNode
- UInterchangeTransformAnimationTrackNode
- UInterchangeAnimationTrackSetInstanceNode
- UInterchangeSkeletalAnimationTrackNode
References
| Module | InterchangeNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeAnimationTrackSetNode.h |
| Include | #include "InterchangeAnimationTrackSetNode.h" |
Syntax
UCLASS&40;Abstract, Experimental&41;
class UInterchangeAnimationTrackBaseNode : public UInterchangeBaseNode
Remarks
Abstract class providing the minimal services required for an animation track node
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomCompletionMode
(
int32& AttributeValue |
Get how the actor's animated property behaves once this animation is complete. | |
| bool | SetCustomCompletionMode
(
const int32& AttributeValue |
Set how the actor's animated property should behave once its animation completes. | |
| FStringView |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting errors |