10 && <12.121"" />

CompareStringOp

Useful to express very simple math, later we might extend to express a range e.g. ">10 && <12.121"

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformDriver.h

Include

#include "GenericPlatform/GenericPlatformDriver.h"

Syntax

bool CompareStringOp
(
    const TCHAR * InOpWithMultiInt,
    const TCHAR * CurrentMultiInt
)

Remarks

Useful to express very simple math, later we might extend to express a range e.g. ">10 && <12.121"

Parameters

Parameter

Description

InOpWithVersion

e.g. "<=220.2"

CurrentVersion

e.g. "219.1"

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