Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Docking > API/Runtime/Slate/Widgets/Docking/SDockTab
- SBorder::SetContent()
- SDockTab::SetContent()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h |
| Include | #include "Widgets/Docking/SDockTab.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockTab.cpp |
virtual void SetContent
&40;
TSharedRef< SWidget > InContent
&41;
Remarks
Sets the content for this border
Parameters
| Name | Description |
|---|---|
| InContent | The widget to use as content for the border |