Navigation
API > API/Plugins > API/Plugins/InterchangeNodes > API/Plugins/InterchangeNodes/UInterchangeAnimationTrackNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetCustomPropertyTrack
(
const FName& PropertyTrack |
InterchangeAnimationTrackSetNode.h | ||
bool SetCustomPropertyTrack
(
EInterchangePropertyTracks PropertyTrack |
Set the property animated by this track. | InterchangeAnimationTrackSetNode.h |
|
SetCustomPropertyTrack(const FName &)
| Name | SetCustomPropertyTrack |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeAnimationTrackSetNode.h |
| Include Path | #include "InterchangeAnimationTrackSetNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Private/InterchangeAnimationTrackSetNode.cpp |
bool SetCustomPropertyTrack
(
const FName & PropertyTrack
)
SetCustomPropertyTrack(EInterchangePropertyTracks)
Description
Set the property animated by this track.
| Name | SetCustomPropertyTrack |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeAnimationTrackSetNode.h |
| Include Path | #include "InterchangeAnimationTrackSetNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Private/InterchangeAnimationTrackSetNode.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | AnimationTrack")
bool SetCustomPropertyTrack
(
EInterchangePropertyTracks PropertyTrack
)