Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- TPerPlatformProperty
- FPerPlatformBool
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PerPlatformProperties.h |
| Include | #include "PerPlatformProperties.h" |
Syntax
struct FPerPlatformBool : public TPerPlatformProperty< FPerPlatformBool, bool, NAME_BoolProperty >
Remarks
FPerPlatformBool - bool property with per-platform overrides
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPerPlatformBool
(
bool InDefaultValue |