Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMDispatch_ArrayBase |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMDispatch_Array.h |
| Include Path | #include "RigVMFunctions/RigVMDispatch_Array.h" |
Syntax
USTRUCT (Meta=(Abstract, Category="Array", Keywords="List,Collection", NodeColor="1,1,1,1"))
struct FRigVMDispatch_ArrayBase : public FRigVMDispatch_CoreBase
Inheritance Hierarchy
- FRigVMDispatchFactory → FRigVMDispatch_CoreBase → FRigVMDispatch_ArrayBase
Derived Classes
FRigVMDispatch_ArrayBase derived class hierarchy
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ArrayName | FLazyName | RigVMFunctions/RigVMDispatch_Array.h | |
| CloneName | FLazyName | RigVMFunctions/RigVMDispatch_Array.h | |
| CountName | FLazyName | RigVMFunctions/RigVMDispatch_Array.h | |
| ElementName | FLazyName | RigVMFunctions/RigVMDispatch_Array.h | |
| IndexName | FLazyName | RigVMFunctions/RigVMDispatch_Array.h | |
| NumName | FLazyName | RigVMFunctions/RigVMDispatch_Array.h | |
| OtherName | FLazyName | RigVMFunctions/RigVMDispatch_Array.h | |
| RatioName | FLazyName | RigVMFunctions/RigVMDispatch_Array.h | |
| ResultName | FLazyName | RigVMFunctions/RigVMDispatch_Array.h | |
| SuccessName | FLazyName | RigVMFunctions/RigVMDispatch_Array.h | |
| ValuesName | FLazyName | RigVMFunctions/RigVMDispatch_Array.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ERigVMOpCode GetOpCode() |
RigVMFunctions/RigVMDispatch_Array.h |
Overridden from FRigVMDispatchFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetArgumentDefaultValue
(
const FName& InArgumentName, |
Returns the default value for an argument | RigVMFunctions/RigVMDispatch_Array.h | |
virtual bool IsSingleton() |
Returns true if the dispatch uses the same function ptr for all permutations | RigVMFunctions/RigVMDispatch_Array.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FRigVMTemplateArgumentInfo CreateArgumentInfo
(
const FName& InName, |
RigVMFunctions/RigVMDispatch_Array.h | ||
static TMap< uint32, int32 > GetArrayHash
(
FScriptArrayHelper& InArrayHelper, |
RigVMFunctions/RigVMDispatch_Array.h | ||
static UScriptStruct * GetFactoryDispatchForOpCode
(
ERigVMOpCode InOpCode |
RigVMFunctions/RigVMDispatch_Array.h | ||
static FName GetFactoryNameForOpCode
(
ERigVMOpCode InOpCode |
RigVMFunctions/RigVMDispatch_Array.h |