Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMFunctionLibrary
Description
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.
| Name | FindPreviouslyLocalizedFunction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMFunctionLibrary.h |
| Include Path | #include "RigVMModel/RigVMFunctionLibrary.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMFunctionLibrary.cpp |
URigVMLibraryNode * FindPreviouslyLocalizedFunction
(
FRigVMGraphFunctionIdentifier InFunctionToLocalize
)