Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ShowFlags.h |
| Include | #include "ShowFlags.h" |
Syntax
template<EShowFlagShippingValue ShippingValue>
struct TCustomShowFlag
Remarks
Statically register a custom show flag to control rendering - use TCustomShowFlag::IsEnabled to get current state for a given view.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TCustomShowFlag
(
const TCHAR* Name, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEnabled
(
const FEngineShowFlags& ShowFlags |