Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeAnimationTrackSetFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeAnimationTrackSetFactoryNode.h |
| Include | #include "InterchangeAnimationTrackSetFactoryNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangeAnimationTrackSetFactoryNode : public UInterchangeFactoryBaseNode
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, |
This function allow to retrieve one track dependency for this object. | |
| int32 | This function allow to retrieve the number of track dependencies for this object. | ||
| void | GetCustomAnimationTrackUids
(
TArray< FString >& OutAnimationTrackUids |
This function allow to 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 UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| UClass * | Get the class this node want to create |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting errors |