Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SDockingNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SDockingArea > GetDockArea () |
Gets the dock area that this resides in | Framework/Docking/SDockingNode.h | |
virtual TSharedPtr< const SDockingArea > GetDockArea () |
Framework/Docking/SDockingNode.h |
GetDockArea()
Description
Gets the dock area that this resides in
| Name | GetDockArea |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Docking/SDockingNode.h |
| Include Path | #include "Framework/Docking/SDockingNode.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingNode.cpp |
virtual TSharedPtr < SDockingArea > GetDockArea()
GetDockArea()
| Name | GetDockArea |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Docking/SDockingNode.h |
| Include Path | #include "Framework/Docking/SDockingNode.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingNode.cpp |
virtual TSharedPtr < const SDockingArea > GetDockArea() const