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