Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMTemplateArgument
| Name | CategoryViews |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMTemplate.h |
| Include Path | #include "RigVMCore/RigVMTemplate.h" |
Syntax
struct CategoryViews
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCore/RigVMTemplate.h | |||
CategoryViews
(
const TArray< ETypeCategory >& InCategories, |
RigVMCore/RigVMTemplate.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Types | TArray< TArrayView< const TRigVMTypeIndex > > | RigVMCore/RigVMTemplate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 FindIndex
(
const TRigVMTypeIndex InTypeIndex |
RigVMCore/RigVMTemplate.h | ||
void ForEachType
(
TFunction< bool(const TRigVMTypeIndex InType)>&& InCallback |
RigVMCore/RigVMTemplate.h | ||
TRigVMTypeIndex GetTypeIndex
(
int32 InIndex |
RigVMCore/RigVMTemplate.h | ||
int32 IndexOfByPredicate
(
Predicate Pred |
RigVMCore/RigVMTemplate.h |