FMultiInt

TSize integer values separated by '.' e.g. "120.210.11.22" made to compare different GPU driver versions handles whitespace if there are to too many numbers we take the left most ones comparison operators (for driver comparison)

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformDriver.h"

Syntax

template<int32 TSize>
class FMultiInt

Remarks

TSize integer values separated by '.' e.g. "120.210.11.22" made to compare different GPU driver versions handles whitespace if there are to too many numbers we take the left most ones comparison operators (for driver comparison)

Variables

Name Description

Public variable

uint32[Size]

 

Value

[0]:left .. [Size-1]:right

Constructors

Name Description

Public function

FMultiInt()

Constructor

Public function

FMultiInt

(
    const TCHAR* In
)

Functions

Name Description

Public function

void

 

GetValue

(
    const TCHAR* In
)

Like Parse but it doesn't alter the pointer

Public function

void

 

Parse

(
    const TCHAR*& In
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FMultiInt< TSize >& rhs
)

Could be optimized but doesn't have to be fast

Public function Const

bool

 

operator<

(
    const FMultiInt< TSize >& rhs
)

Could be optimized but doesn't have to be fast

Public function Const

bool

 

operator<=

(
    const FMultiInt< TSize >& rhs
)

Could be optimized but doesn't have to be fast

Public function Const

bool

 

operator==

(
    const FMultiInt< TSize >& rhs
)

Could be optimized but doesn't have to be fast

Public function Const

bool

 

operator>

(
    const FMultiInt< TSize >& rhs
)

The base comparison operator, we derive the others from it

Public function Const

bool

 

operator>=

(
    const FMultiInt< TSize >& rhs
)

Could be optimized but doesn't have to be fast

Constants

Name

Description

Size

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