Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMRegistry_RWLock
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMDispatchFactory * FindOrAddDispatchFactory
(
bool bLockRegistry |
Returns a dispatch factory given its static struct (or nullptr) | RigVMCore/RigVMRegistry.h | |
FRigVMDispatchFactory * FindOrAddDispatchFactory
(
UScriptStruct* InFactoryStruct, |
Returns a dispatch factory given its static struct (or nullptr) | RigVMCore/RigVMRegistry.h |
FindOrAddDispatchFactory(bool)
Description
Returns a dispatch factory given its static struct (or nullptr)
| Name | FindOrAddDispatchFactory |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMRegistry.h |
| Include Path | #include "RigVMCore/RigVMRegistry.h" |
template<typename T, typename TEnableIf < TModels_V< CRigVMUStruct , T > >::Type *>
FRigVMDispatchFactory * FindOrAddDispatchFactory
(
bool bLockRegistry
)
FindOrAddDispatchFactory(UScriptStruct *, bool)
Description
Returns a dispatch factory given its static struct (or nullptr)
| Name | FindOrAddDispatchFactory |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMRegistry.h |
| Include Path | #include "RigVMCore/RigVMRegistry.h" |
FRigVMDispatchFactory * FindOrAddDispatchFactory
(
UScriptStruct * InFactoryStruct,
bool bLockRegistry
)