Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | FRigVMFunctionArgumentGroupLayout |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMGraphDetailCustomization.h |
| Include Path | #include "Editor/RigVMGraphDetailCustomization.h" |
Syntax
class FRigVMFunctionArgumentGroupLayout :
public IDetailCustomNodeBuilder ,
public TSharedFromThis< FRigVMFunctionArgumentGroupLayout >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FRigVMFunctionArgumentGroupLayout
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunctionArgumentGroupLayout
(
const TWeakObjectPtr< URigVMGraph >& InGraph, |
Editor/RigVMGraphDetailCustomization.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigVMFunctionArgumentGroupLayout() |
Editor/RigVMGraphDetailCustomization.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsInputGroup | bool | Editor/RigVMGraphDetailCustomization.h | ||
| GraphPtr | TWeakObjectPtr< URigVMGraph > | Editor/RigVMGraphDetailCustomization.h | ||
| OnRebuildChildren | FSimpleDelegate | Editor/RigVMGraphDetailCustomization.h | ||
| RigVMEditorPtr | TWeakPtr< IRigVMEditor > | Editor/RigVMGraphDetailCustomization.h | ||
| WeakRigVMClientHost | TWeakInterfacePtr< IRigVMClientHost > | Editor/RigVMGraphDetailCustomization.h |