Navigation
API > API/Editor > API/Editor/MaterialEditor
| Name | SGraphNodeMaterialCustom |
| Type | class |
| Header File | /Engine/Source/Editor/MaterialEditor/Public/MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h |
| Include Path | #include "MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h" |
Syntax
class SGraphNodeMaterialCustom : public SGraphNodeMaterialBase
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SPanel → SNodePanel::SNode → SGraphNode → SGraphNodeMaterialBase → SGraphNodeMaterialCustom
- FSlateControlledConstruction → SWidget → SPanel → SNodePanel::SNode → SGraphNode → SGraphNodeMaterialBase → SGraphNodeMaterialCustom
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h | ||
FText GetHlslText() |
MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h | ||
UMaterialGraphNode * GetMaterialGraphNode() |
MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h | ||
void OnCustomHlslTextCommited
(
const FText& InText, |
MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EVisibility AdvancedViewArrowVisibility() |
MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h | ||
virtual void CreateAdvancedViewArrow
(
TSharedPtr< SVerticalBox > MainBox |
MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h | ||
virtual const FSlateBrush * GetAdvancedViewArrow() |
MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h | ||
virtual ECheckBoxState IsAdvancedViewChecked() |
MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h |
Overridden from SGraphNodeMaterialBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CreateBelowPinControls
(
TSharedPtr< SVerticalBox > MainBox |
MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h | ||
virtual void OnAdvancedViewChanged
(
const ECheckBoxState NewCheckedState |
MaterialEditor/MaterialNodes/SGraphNodeMaterialCustom.h |