Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMRegistry_RWLock
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| 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()
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()
FindOrAddDispatchFactory(UScriptStruct *)
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
)