Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMRegistry_RWLock
Description
Registers a function given its name. The name will be the name of the struct and virtual method, for example "FMyStruct::MyVirtualMethod"
| Name | Register |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMRegistry.h |
| Include Path | #include "RigVMCore/RigVMRegistry.h" |
void Register
(
const TCHAR * InName,
FRigVMFunctionPtr InFunctionPtr,
UScriptStruct * InStruct,
const TArray < FRigVMFunctionArgument > & InArguments,
bool bLockRegistry
)