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