Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Editor
Inheritance Hierarchy
- TSharedFromThis
- IDetailCustomization
- FRigVMGraphDetailCustomization
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMGraphDetailCustomization.h |
| Include | #include "Editor/RigVMGraphDetailCustomization.h" |
Syntax
class FRigVMGraphDetailCustomization : public IDetailCustomization
Remarks
Customization for editing rig vm graphs
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMGraphDetailCustomization
(
TSharedPtr< FRigVMEditor > RigVMigEditor, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EVisibility | |||
| FText | |||
| FText | |||
| FLinearColor | GetNodeColor () |
||
| FText | |||
| FText | |||
| TSharedRef< ITableRow > | HandleGenerateRowAccessSpecifier
(
TSharedPtr< FString > SpecifierName, |
||
| bool | |||
| TSharedPtr< IDetailCustomization > | MakeInstance
(
TSharedPtr< IBlueprintEditor > InBlueprintEditor, |
Makes a new instance of this detail layout class for a specific detail view requesting it | |
| void | OnAccessSpecifierSelected
(
TSharedPtr< FString > SpecifierName, |
||
| FReply | |||
| FReply | |||
| void | |||
| void | OnNodeColorCancelled
(
FLinearColor OriginalColor |
||
| FReply | |||
| void | |||
| void | SetNodeCategory
(
const FText& InNewText, |
||
| void | SetNodeColor
(
FLinearColor InColor, |
||
| void | SetNodeDescription
(
const FText& InNewText, |
||
| void | SetNodeKeywords
(
const FText& InNewText, |
Overridden from IDetailCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
Called when details should be customized |
Constants
| Name | Description |
|---|---|
| AccessSpecifierStrings |