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
)

Remarks

Parses a resolution in the form 1920x1080.

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