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