You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Back out changelist 12737759 - CIS Errors
[FYI] Jian.Ru, Alexis.Matte,Uriel.Doyon #ROBOMERGE-SOURCE: CL 12739054 via CL 12739055 via CL 12739056 #ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v676-12543919) [CL 12739058 by stan hormell in Main branch]
This commit is contained in:
@@ -199,6 +199,7 @@ FAndroidTargetPlatform::FAndroidTargetPlatform(bool bInIsClient )
|
||||
FConfigCacheIni::LoadLocalIniFile(EngineSettings, TEXT("Engine"), true, *IniPlatformName());
|
||||
TextureLODSettings = nullptr; // These are registered by the device profile system.
|
||||
StaticMeshLODSettings.Initialize(EngineSettings);
|
||||
SkeletalMeshDefaultLODStreamingSettings.Initialize(EngineSettings);
|
||||
#endif
|
||||
|
||||
TickDelegate = FTickerDelegate::CreateRaw(this, &FAndroidTargetPlatform::HandleTicker);
|
||||
@@ -426,6 +427,12 @@ const FStaticMeshLODSettings& FAndroidTargetPlatform::GetStaticMeshLODSettings(
|
||||
}
|
||||
|
||||
|
||||
const FSkeletalMeshDefaultLODStreamingSettings& FAndroidTargetPlatform::GetSkeletalMeshDefaultLODStreamingSettings() const
|
||||
{
|
||||
return SkeletalMeshDefaultLODStreamingSettings;
|
||||
}
|
||||
|
||||
|
||||
void FAndroidTargetPlatform::GetTextureFormats( const UTexture* InTexture, TArray< TArray<FName> >& OutFormats) const
|
||||
{
|
||||
#if WITH_EDITOR
|
||||
|
||||
Reference in New Issue
Block a user