Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMDispatchFactory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the name of this factory | RigVMCore/RigVMDispatchFactory.h | ||
static FName GetFactoryName
(
const UScriptStruct* InFactoryStruct |
Returns the name of the factory given the factory's struct | RigVMCore/RigVMDispatchFactory.h |
GetFactoryName()
Description
Returns the name of this factory
| Name | GetFactoryName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMDispatchFactory.h |
| Include Path | #include "RigVMCore/RigVMDispatchFactory.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMDispatchFactory.cpp |
FName GetFactoryName() const
GetFactoryName(const UScriptStruct *)
Description
Returns the name of the factory given the factory's struct
| Name | GetFactoryName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMDispatchFactory.h |
| Include Path | #include "RigVMCore/RigVMDispatchFactory.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMDispatchFactory.cpp |
static FName GetFactoryName
(
const UScriptStruct * InFactoryStruct
)