Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeAnimSequenceFactoryN-
Description
Query the optional existing USkeleton this animation must use. If this attribute is set and the skeleton is valid, the AnimSequence factory uses this skeleton instead of the one imported from GetCustomSkeletonFactoryNodeUid. Pipelines set this attribute when the user wants to specify an existing skeleton. Return false if the attribute was not set.
| Name | GetCustomSkeletonSoftObjectPath |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeAnimSequenceFactoryNode.h |
| Include Path | #include "InterchangeAnimSequenceFactoryNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Private/InterchangeAnimSequenceFactoryNode.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | AnimSequence")
bool GetCustomSkeletonSoftObjectPath
(
FSoftObjectPath & AttributeValue
) const