Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeAnimationTrackSetNode
References
| Module | InterchangeNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeAnimationTrackSetNode.h |
| Include | #include "InterchangeAnimationTrackSetNode.h" |
Syntax
UCLASS (BlueprintType)
class UInterchangeAnimationTrackSetNode : public UInterchangeBaseNode
Remarks
Class to represent a set of animation track nodes that share the same frame rate.
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddCustomAnimationTrackUid
(
const FString& AnimationTrackUid |
Add one track dependency to this object. | |
| void | GetCustomAnimationTrackUid
(
const int32 Index, |
Retrieve one track dependency for this object. | |
| int32 | Retrieve the number of track dependencies for this object. | ||
| void | GetCustomAnimationTrackUids
(
TArray< FString >& OutAnimationTrackUids |
Retrieve the track dependency for this object. | |
| bool | GetCustomFrameRate
(
float& AttributeValue |
Get the frame rate for the animations in the level sequence. | |
| bool | RemoveCustomAnimationTrackUid
(
const FString& AnimationTrackUid |
Remove one track dependency from this object. | |
| bool | SetCustomFrameRate
(
const float& AttributeValue |
Set the frame rate for the animations in the level sequence. | |
| FStringView |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class. This is used when reporting errors. |