Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWidget
Description
Whether the widget is a part of the project's content (as opposed to editor, chrome, diagnostic output). Dynamic: updated during pre-pass, inherited from parent but may be overwritten in CustomPrepass. Used to filter which widgets can be navigated to, which are considered by diagnostic tools.
| Name | IsProjectContent |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include Path | #include "Widgets/SWidget.h" |
bool IsProjectContent() const