Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FDriverDenyListEntry Struct Reference

#include <GenericPlatformDriver.h>

+ Collaboration diagram for FDriverDenyListEntry:

Public Member Functions

void LoadFromINIString (const TCHAR *In)
 
bool Test (const FGPUDriverInfo &Info) const
 
bool IsValid () const
 
bool IsLatestDenied () const
 

Public Attributes

FString DriverVersionString
 
FString DriverDateString
 
FString RHIName
 
FString Reason
 

Detailed Description

Definition at line 374 of file GenericPlatformDriver.h.

Member Function Documentation

◆ IsLatestDenied()

bool FDriverDenyListEntry::IsLatestDenied ( ) const
inline

Returns true if the latest version of the driver is denied by this entry, i.e. the comparison op is > or >=.

Definition at line 470 of file GenericPlatformDriver.h.

+ Here is the call graph for this function:

◆ IsValid()

bool FDriverDenyListEntry::IsValid ( ) const
inline

Definition at line 461 of file GenericPlatformDriver.h.

+ Here is the caller graph for this function:

◆ LoadFromINIString()

void FDriverDenyListEntry::LoadFromINIString ( const TCHAR * In)
inline

Definition at line 387 of file GenericPlatformDriver.h.

◆ Test()

bool FDriverDenyListEntry::Test ( const FGPUDriverInfo & Info) const
inline

Definition at line 407 of file GenericPlatformDriver.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ DriverDateString

FString FDriverDenyListEntry::DriverDateString

Definition at line 379 of file GenericPlatformDriver.h.

◆ DriverVersionString

FString FDriverDenyListEntry::DriverVersionString

Definition at line 377 of file GenericPlatformDriver.h.

◆ Reason

FString FDriverDenyListEntry::Reason

Definition at line 383 of file GenericPlatformDriver.h.

◆ RHIName

FString FDriverDenyListEntry::RHIName

Definition at line 381 of file GenericPlatformDriver.h.


The documentation for this struct was generated from the following file: