Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimGraphNode_CustomProperty
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_CustomProperty.h |
Include | #include "AnimGraphNode_CustomProperty.h" |
Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CustomProperty.cpp |
virtual bool HasExternalDependencies ( [TArray](API\Runtime\Core\Containers\TArray)< class [UStruct](API\Runtime\CoreUObject\UObject\UStruct) * > * OptionalOutput ) const
Remarks
Returns whether or not this node has dependencies on an external structure If OptionalOutput isn't null, it should be filled with the known dependencies objects (Classes, Structures, Functions, etc).