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