Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PerPlatformProperties.h |
| Include | #include "UObject/PerPlatformProperties.h" |
Syntax
USTRUCT (BlueprintType )
struct FPerPlatformFrameRate
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, |