Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/SPopoutTabInlineContent
Description
Modifies the popout state of the inline content. Popping out the content detaches it from its current container and moves it to a new tab window, while turning off the popout state reattaches it to its original container.
| Name | Popout |
| Type | function |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SPopoutTabInlineContent.h |
| Include Path | #include "SPopoutTabInlineContent.h" |
| Source | /Engine/Source/Editor/EditorWidgets/Private/SPopoutTabInlineContent.cpp |
void Popout
(
const bool bInPopout
)
Parameters
| Name | Remarks |
|---|---|
| bInPopout | If true, the content is popped out to a separate tab window. If false, the content is returned to its original container. |