Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | FRigVMGraphDetailCustomizationImpl |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMGraphDetailCustomization.h |
| Include Path | #include "Editor/RigVMGraphDetailCustomization.h" |
Syntax
class FRigVMGraphDetailCustomizationImpl : public TSharedFromThis< FRigVMGraphDetailCustomizationImpl >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FRigVMGraphDetailCustomizationImpl
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AccessSpecifierStrings | TArray< TSharedPtr< FRigVMStringWithTag > > | Editor/RigVMGraphDetailCustomization.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsPickingColor | bool | Set to true if the UI is currently picking a color | Editor/RigVMGraphDetailCustomization.h | |
| CachedNodeLayout | TOptional< FRigVMNodeLayout > | Editor/RigVMGraphDetailCustomization.h | ||
| ColorBlock | TSharedPtr< SColorBlock > | The color block widget | Editor/RigVMGraphDetailCustomization.h | |
| RigVMClientHost | TWeakInterfacePtr< IRigVMClientHost > | The asset host we are editing | Editor/RigVMGraphDetailCustomization.h | |
| RigVMEditorPtr | TWeakPtr< IRigVMEditor > | The editor we are embedded in | Editor/RigVMGraphDetailCustomization.h | |
| WeakController | TWeakObjectPtr< URigVMController > | The graph controller we are editing | Editor/RigVMGraphDetailCustomization.h | |
| WeakModel | TWeakObjectPtr< URigVMGraph > | The graph we are editing | Editor/RigVMGraphDetailCustomization.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CustomizeDetails
(
IDetailLayoutBuilder& DetailLayout, |
Editor/RigVMGraphDetailCustomization.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ValidateName
(
FString InNewName, |
Editor/RigVMGraphDetailCustomization.h |