FParse::Resolution

Parses a resolution in the form 1920x1080.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Parse.h

Include

#include "Misc/Parse.h"

Syntax

static bool Resolution
(
    const TCHAR * InResolution,
    uint32 & OutX,
    uint32 & OutY,
    int32 & OutWindowMode
)

Remarks

Parses a resolution in the form 1920x1080. Same as above, but also attempts to process a fullscreen/windowed flag from the end

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss