Navigation
API > API/Plugins > API/Plugins/InterchangeNodes > API/Plugins/InterchangeNodes/UInterchangeAnimationTrackNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomPropertyTrack
(
FName& PropertyTrack |
InterchangeAnimationTrackSetNode.h | ||
bool GetCustomPropertyTrack
(
EInterchangePropertyTracks& PropertyTrack |
Get the property animated by this track. | InterchangeAnimationTrackSetNode.h |
|
GetCustomPropertyTrack(FName &)
| Name | GetCustomPropertyTrack |
| 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 GetCustomPropertyTrack
(
FName & PropertyTrack
) const
GetCustomPropertyTrack(EInterchangePropertyTracks &)
Description
Get the property animated by this track.
| Name | GetCustomPropertyTrack |
| 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 GetCustomPropertyTrack
(
EInterchangePropertyTracks & PropertyTrack
) const