Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | SGraphNodeK2Event |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/KismetNodes/SGraphNodeK2Event.h |
| Include Path | #include "KismetNodes/SGraphNodeK2Event.h" |
Syntax
class SGraphNodeK2Event : public SGraphNodeK2Default
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SPanel → SNodePanel::SNode → SGraphNode → SGraphNodeK2Base → SGraphNodeK2Default → SGraphNodeK2Event
- FSlateControlledConstruction → SWidget → SPanel → SNodePanel::SNode → SGraphNode → SGraphNodeK2Base → SGraphNodeK2Default → SGraphNodeK2Event
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SGraphNodeK2Event() |
KismetNodes/SGraphNodeK2Event.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasDelegateOutputPin | bool | KismetNodes/SGraphNodeK2Event.h | ||
| TitleAreaWidget | TSharedPtr< SOverlay > | KismetNodes/SGraphNodeK2Event.h |
Functions
Public
Protected
Overridden from SGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddPin
(
const TSharedRef< SGraphPin >& PinToAdd |
Add a new pin to this graph node. The pin must be newly created. | KismetNodes/SGraphNodeK2Event.h | |
virtual TSharedRef< SWidget > CreateTitleWidget
(
TSharedPtr< SNodeTitle > NodeTitle |
KismetNodes/SGraphNodeK2Event.h | ||
virtual void SetDefaultTitleAreaWidget
(
TSharedRef< SOverlay > DefaultTitleAreaWidget |
KismetNodes/SGraphNodeK2Event.h | ||
virtual bool UseLowDetailNodeTitles() |
Should we use low-detail node titles? | KismetNodes/SGraphNodeK2Event.h |