Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformDriver.h |
| Include | #include "GenericPlatform/GenericPlatformDriver.h" |
Syntax
class FDriverVersion
Remarks
Represents a full driver version with multiple version numbers, e.g. 30.0.13023.4001.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDriverVersion
(
const FString& DriverVersionString |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetVersionValue
(
uint32 Index |
Index from the left (major version first). | |
| const TArray< uint32 > & | |||
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FDriverVersion& Other |
||
| bool | operator<
(
const FDriverVersion& Other |
||
| bool | operator<=
(
const FDriverVersion& Other |
||
| bool | operator==
(
const FDriverVersion& Other |
||
| bool | operator>
(
const FDriverVersion& Other |
||
| bool | operator>=
(
const FDriverVersion& Other |