UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FIOSPlatformProperties Struct Reference

#include <IOSPlatformProperties.h>

+ Inheritance diagram for FIOSPlatformProperties:

Static Public Member Functions

static constexpr UE_FORCEINLINE_HINT bool HasEditorOnlyData ()
 
static constexpr UE_FORCEINLINE_HINT const charPlatformName ()
 
static constexpr UE_FORCEINLINE_HINT const charIniPlatformName ()
 
static constexpr UE_FORCEINLINE_HINT const TCHARGetRuntimeSettingsClassName ()
 
static constexpr UE_FORCEINLINE_HINT bool IsGameOnly ()
 
static constexpr UE_FORCEINLINE_HINT bool RequiresCookedData ()
 
static UE_FORCEINLINE_HINT bool SupportsBuildTarget (EBuildTargetType TargetType)
 
static constexpr UE_FORCEINLINE_HINT bool SupportsLowQualityLightmaps ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsHighQualityLightmaps ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsTextureStreaming ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsMemoryMappedFiles ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsMemoryMappedAudio ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsMemoryMappedAnimation ()
 
static constexpr UE_FORCEINLINE_HINT int64 GetMemoryMappingAlignment ()
 
static constexpr UE_FORCEINLINE_HINT int GetMaxSupportedVirtualMemoryAlignment ()
 
static constexpr UE_FORCEINLINE_HINT bool HasFixedResolution ()
 
static constexpr UE_FORCEINLINE_HINT bool AllowsFramerateSmoothing ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsAudioStreaming ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsMeshLODStreaming ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsQuit ()
 
- Static Public Member Functions inherited from FGenericPlatformProperties
static constexpr UE_FORCEINLINE_HINT const charGetPhysicsFormat ()
 
static constexpr UE_FORCEINLINE_HINT bool HasEditorOnlyData ()
 
static const charIniPlatformName ()
 
static constexpr UE_FORCEINLINE_HINT bool IsGameOnly ()
 
static constexpr UE_FORCEINLINE_HINT bool IsServerOnly ()
 
static constexpr UE_FORCEINLINE_HINT bool IsClientOnly ()
 
static constexpr UE_FORCEINLINE_HINT bool IsMonolithicBuild ()
 
static constexpr UE_FORCEINLINE_HINT bool IsProgram ()
 
static constexpr UE_FORCEINLINE_HINT bool IsLittleEndian ()
 
static UE_FORCEINLINE_HINT const charPlatformName ()
 
static UE_FORCEINLINE_HINT const charPlatformVariantName ()
 
static constexpr UE_FORCEINLINE_HINT bool RequiresCookedData ()
 
static constexpr UE_FORCEINLINE_HINT bool HasSecurePackageFormat ()
 
static constexpr UE_FORCEINLINE_HINT bool RequiresUserCredentials ()
 
static UE_FORCEINLINE_HINT bool SupportsBuildTarget (EBuildTargetType TargetType)
 
static constexpr UE_FORCEINLINE_HINT bool SupportsAutoSDK ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsGrayscaleSRGB ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsMultipleGameInstances ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsWindowedMode ()
 
static constexpr UE_FORCEINLINE_HINT bool AllowsFramerateSmoothing ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsAudioStreaming ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsHighQualityLightmaps ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsLowQualityLightmaps ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsDistanceFieldShadows ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsDistanceFieldAO ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsTextureStreaming ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsMeshLODStreaming ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsMemoryMappedFiles ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsMemoryMappedAudio ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsMemoryMappedAnimation ()
 
static constexpr UE_FORCEINLINE_HINT int64 GetMemoryMappingAlignment ()
 
static constexpr UE_FORCEINLINE_HINT int GetMaxSupportedVirtualMemoryAlignment ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsRayTracing ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsLumenGI ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsHardwareLZDecompression ()
 
static constexpr UE_FORCEINLINE_HINT bool HasFixedResolution ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsMinimize ()
 
static constexpr UE_FORCEINLINE_HINT bool SupportsQuit ()
 
static constexpr UE_FORCEINLINE_HINT bool AllowsCallStackDumpDuringAssert ()
 
static constexpr UE_FORCEINLINE_HINT const charGetZlibReplacementFormat ()
 
static constexpr UE_FORCEINLINE_HINT bool RequiresOriginalReleaseVersionForPatch ()
 

Detailed Description

Implements iOS platform properties.

Member Function Documentation

◆ AllowsFramerateSmoothing()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::AllowsFramerateSmoothing ( )
inlinestaticconstexpr

◆ GetMaxSupportedVirtualMemoryAlignment()

static constexpr UE_FORCEINLINE_HINT int FIOSPlatformProperties::GetMaxSupportedVirtualMemoryAlignment ( )
inlinestaticconstexpr

◆ GetMemoryMappingAlignment()

static constexpr UE_FORCEINLINE_HINT int64 FIOSPlatformProperties::GetMemoryMappingAlignment ( )
inlinestaticconstexpr

◆ GetRuntimeSettingsClassName()

static constexpr UE_FORCEINLINE_HINT const TCHAR * FIOSPlatformProperties::GetRuntimeSettingsClassName ( )
inlinestaticconstexpr

◆ HasEditorOnlyData()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::HasEditorOnlyData ( )
inlinestaticconstexpr

◆ HasFixedResolution()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::HasFixedResolution ( )
inlinestaticconstexpr

◆ IniPlatformName()

static constexpr UE_FORCEINLINE_HINT const char * FIOSPlatformProperties::IniPlatformName ( )
inlinestaticconstexpr

◆ IsGameOnly()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::IsGameOnly ( )
inlinestaticconstexpr

◆ PlatformName()

static constexpr UE_FORCEINLINE_HINT const char * FIOSPlatformProperties::PlatformName ( )
inlinestaticconstexpr

◆ RequiresCookedData()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::RequiresCookedData ( )
inlinestaticconstexpr

◆ SupportsAudioStreaming()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::SupportsAudioStreaming ( )
inlinestaticconstexpr

◆ SupportsBuildTarget()

static UE_FORCEINLINE_HINT bool FIOSPlatformProperties::SupportsBuildTarget ( EBuildTargetType  TargetType)
inlinestatic

◆ SupportsHighQualityLightmaps()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::SupportsHighQualityLightmaps ( )
inlinestaticconstexpr

◆ SupportsLowQualityLightmaps()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::SupportsLowQualityLightmaps ( )
inlinestaticconstexpr

◆ SupportsMemoryMappedAnimation()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::SupportsMemoryMappedAnimation ( )
inlinestaticconstexpr

◆ SupportsMemoryMappedAudio()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::SupportsMemoryMappedAudio ( )
inlinestaticconstexpr

◆ SupportsMemoryMappedFiles()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::SupportsMemoryMappedFiles ( )
inlinestaticconstexpr

◆ SupportsMeshLODStreaming()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::SupportsMeshLODStreaming ( )
inlinestaticconstexpr

◆ SupportsQuit()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::SupportsQuit ( )
inlinestaticconstexpr

◆ SupportsTextureStreaming()

static constexpr UE_FORCEINLINE_HINT bool FIOSPlatformProperties::SupportsTextureStreaming ( )
inlinestaticconstexpr

The documentation for this struct was generated from the following file: