Navigation
API > API/Editor > API/Editor/MaterialEditor
| Name | SGraphNodeMaterialComposite |
| Type | class |
| Header File | /Engine/Source/Editor/MaterialEditor/Public/MaterialEditor/MaterialNodes/SGraphNodeMaterialComposite.h |
| Include Path | #include "MaterialEditor/MaterialNodes/SGraphNodeMaterialComposite.h" |
Syntax
class SGraphNodeMaterialComposite : public SGraphNodeMaterialBase
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SPanel → SNodePanel::SNode → SGraphNode → SGraphNodeMaterialBase → SGraphNodeMaterialComposite
- FSlateControlledConstruction → SWidget → SPanel → SNodePanel::SNode → SGraphNode → SGraphNodeMaterialBase → SGraphNodeMaterialComposite
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompositeNode | UMaterialGraphNode_Composite * | Cached material graph node pointer to avoid casting | MaterialEditor/MaterialNodes/SGraphNodeMaterialComposite.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
MaterialEditor/MaterialNodes/SGraphNodeMaterialComposite.h | ||
virtual TSharedPtr< SToolTip > GetComplexTooltip() |
MaterialEditor/MaterialNodes/SGraphNodeMaterialComposite.h | ||
virtual void UpdateGraphNode() |
MaterialEditor/MaterialNodes/SGraphNodeMaterialComposite.h |
Overridden from SGraphNodeMaterialBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void MoveTo
(
const FVector2f& NewPosition, |
MaterialEditor/MaterialNodes/SGraphNodeMaterialComposite.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UEdGraph * GetInnerGraph() |
MaterialEditor/MaterialNodes/SGraphNodeMaterialComposite.h |