Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeAnimationTrackBaseNode
- UInterchangeAnimationTrackNode
- UInterchangeTransformAnimationTrackNode
References
| Module | InterchangeNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeAnimationTrackSetNode.h |
| Include | #include "InterchangeAnimationTrackSetNode.h" |
Syntax
UCLASS (BlueprintType)
class UInterchangeTransformAnimationTrackNode : public UInterchangeAnimationTrackNode
Remarks
Class to represent an animation on the transform of a camera, light, or scene node.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomUsedChannels
(
int32& AttributeValue |
Get which channels of this animation should be used. | |
| bool | SetCustomUsedChannels
(
const int32& AttributeValue |
Set which channels of this animation should be used. | |
| FStringView |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class. This is used when reporting errors. |