Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMNodeLayout.h |
| Include | #include "RigVMCore/RigVMNodeLayout.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMNodeLayout
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FRigVMPinCategory > | Categories | ||
| TMap< FString, FString > | DisplayNames | ||
| TMap< FString, int32 > | PinIndexInCategory |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString * | FindCategory
(
const FString& InElement |
||
| const FString * | FindDisplayName
(
const FString& InElement |
||
| bool | IsValid () |
||
| void | Reset () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRigVMNodeLayout& OtherLayout |
||
| bool | operator==
(
const FRigVMNodeLayout& OtherLayout |