Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/SViewport
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h |
| Include | #include "Widgets/SViewport.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp |
void SetContent
&40;
TSharedPtr< SWidget > InContent
&41;
Remarks
Sets the content for this widget
Parameters
| Name | Description |
|---|---|
| InContent | The new content (can be null) |