Navigation
API > API/Editor > API/Editor/SubobjectEditor > API/Editor/SubobjectEditor/SSubobjectEditor
Description
Returns whether the editor wants to be visible, which can be optionally used by the containing widget. If not overriden by a customization, this will be Collapsed or Visible depending on whether ObjectContext was null or not, respectively, but a customization can drive this by some other state.
| Name | GetDesiredVisibility |
| Type | function |
| Header File | /Engine/Source/Editor/SubobjectEditor/Public/SSubobjectEditor.h |
| Include Path | #include "SSubobjectEditor.h" |
| Source | /Engine/Source/Editor/SubobjectEditor/Private/SSubobjectEditor.cpp |
EVisibility GetDesiredVisibility() const