Module |
|
Header |
/Engine/Source/Developer/RigVMDeveloper/Public/RigVMModel/RigVMFunctionLibrary.h |
Include |
#include "RigVMModel/RigVMFunctionLibrary.h" |
Source |
/Engine/Source/Developer/RigVMDeveloper/Private/RigVMModel/RigVMFunctionLibrary.cpp |
URigVMLibraryNode * FindPreviouslyLocalizedFunction
(
URigVMLibraryNode * InFunctionToLocalize
)
Returns a function that has been previously localized based on the provided function to localize. We maintain meta data on what functions have been created locally based on which other ones, and use this method to avoid redundant localizations.