Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- TPerPlatformProperty
- FPerPlatformFrameRate
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PerPlatformProperties.h |
| Include | #include "PerPlatformProperties.h" |
Syntax
struct FPerPlatformFrameRate : public TPerPlatformProperty< FPerPlatformFrameRate, FFrameRate, NAME_FrameRate >
Remarks
FPerPlatformFrameRate - FFrameRate property with per-platform overrides
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFrameRate | Default | ||
| TMap< FName, FFrameRate > | PerPlatform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPerPlatformFrameRate
(
FFrameRate InDefaultValue |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |