72 if (RequestedResX > 0)
77 Height = RequestedResX;
82 Width = RequestedResX;
86 else if (RequestedResY > 0)
91 Width = RequestedResY;
96 Height = RequestedResY;
115 Width = FMath::TruncToInt32((
float)Height * AspectRatio + 0.5f);
bool AndroidThunkCpp_IsOculusMobileApplication()
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DEFINE_LOG_CATEGORY_STATIC(CategoryName, DefaultVerbosity, CompileTimeVerbosity)
Definition LogMacros.h:380
#define UE_LOG(CategoryName, Verbosity, Format,...)
Definition LogMacros.h:270
UE::Math::TIntVector2< int32 > FIntVector2
Definition MathFwd.h:91
USkinnedMeshComponent float
Definition SkinnedMeshComponent.h:60
Definition IConsoleManager.h:558
virtual float GetFloat() const =0
virtual int32 GetInt() const =0
Definition AndroidWindowUtils.h:21
void ApplyContentScaleFactor(int32 &InOutScreenWidth, int32 &InOutScreenHeight)
Definition AndroidWindowUtils.h:35
FIntVector2 SanitizeAndroidScreenSize(const FIntVector2 &&MaxScreenDims, const FIntVector2 &&RequestedScreenDims)
Definition AndroidWindowUtils.h:22
static CORE_API const TCHAR * Get()
Definition CommandLine.cpp:61
static CORE_API bool Value(const TCHAR *Stream, const TCHAR *Match, FName &Name)
Definition Parse.cpp:584
virtual IConsoleVariable * FindConsoleVariable(const TCHAR *Name, bool bTrackFrequentCalls=true) const =0
static IConsoleManager & Get()
Definition IConsoleManager.h:1270
static UE_FORCEINLINE_HINT int32 Atoi(const CharType *String)
Definition CString.h:1173
static UE_FORCEINLINE_HINT float Atof(const CharType *String)
Definition CString.h:1185
IntType X
Definition IntVector.h:679