![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PerPlatformProperties.h>
Public Types | |
| typedef _ValueType | ValueType |
| typedef _StructType | StructType |
Public Member Functions | |
| _ValueType | GetDefault () const |
| _ValueType | GetValue () const |
| bool | SerializeFromMismatchedTag (const FPropertyTag &Tag, FArchive &Ar) |
| bool | Serialize (FArchive &Ar) |
| bool | Serialize (FStructuredArchive::FSlot Slot) |
TPerPlatformProperty - template parent class for per-platform properties Implements Serialize function to replace value at cook time, and backwards-compatible loading code for properties converted from simple types.
| typedef _StructType TPerPlatformProperty< _StructType, _ValueType, _BasePropertyName >::StructType |
| typedef _ValueType TPerPlatformProperty< _StructType, _ValueType, _BasePropertyName >::ValueType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |