UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAutomationTestExcludelistEntry Struct Reference

#include <AutomationTestExcludelist.h>

Public Member Functions

 FAutomationTestExcludelistEntry ()
 
 FAutomationTestExcludelistEntry (const FAutomationTestExcludeOptions &Options)
 
TSharedPtr< FAutomationTestExcludeOptionsGetOptions () const
 
int8 NumRHIType () const
 
void SetPropagation (const FString &ForTestName)
 
bool IsEmpty () const
 
void Reset ()
 
void Finalize ()
 
FString GetStringForHash () const
 
bool HasConditions () const
 
bool RemoveConditions (const FAutomationTestExcludelistEntry &Entry)
 

Public Attributes

FString FullTestName
 
bool bIsPropagated = false
 
TSet< FNamePlatforms
 
FName Map
 
FName Test
 
FName Reason
 
TSet< FNameRHIs
 
bool Warn = false
 

Constructor & Destructor Documentation

◆ FAutomationTestExcludelistEntry() [1/2]

FAutomationTestExcludelistEntry::FAutomationTestExcludelistEntry ( )
inline

◆ FAutomationTestExcludelistEntry() [2/2]

FAutomationTestExcludelistEntry::FAutomationTestExcludelistEntry ( const FAutomationTestExcludeOptions Options)
inline

Member Function Documentation

◆ Finalize()

void FAutomationTestExcludelistEntry::Finalize ( )

◆ GetOptions()

TSharedPtr< FAutomationTestExcludeOptions > FAutomationTestExcludelistEntry::GetOptions ( ) const
inline

◆ GetStringForHash()

FString FAutomationTestExcludelistEntry::GetStringForHash ( ) const

◆ HasConditions()

bool FAutomationTestExcludelistEntry::HasConditions ( ) const
inline

◆ IsEmpty()

bool FAutomationTestExcludelistEntry::IsEmpty ( ) const
inline

◆ NumRHIType()

int8 FAutomationTestExcludelistEntry::NumRHIType ( ) const
inline

◆ RemoveConditions()

bool FAutomationTestExcludelistEntry::RemoveConditions ( const FAutomationTestExcludelistEntry Entry)
inline

◆ Reset()

void FAutomationTestExcludelistEntry::Reset ( )
inline

◆ SetPropagation()

void FAutomationTestExcludelistEntry::SetPropagation ( const FString &  ForTestName)
inline

Member Data Documentation

◆ bIsPropagated

bool FAutomationTestExcludelistEntry::bIsPropagated = false

◆ FullTestName

FString FAutomationTestExcludelistEntry::FullTestName

◆ Map

FName FAutomationTestExcludelistEntry::Map

◆ Platforms

TSet<FName> FAutomationTestExcludelistEntry::Platforms

◆ Reason

FName FAutomationTestExcludelistEntry::Reason

◆ RHIs

TSet<FName> FAutomationTestExcludelistEntry::RHIs

◆ Test

FName FAutomationTestExcludelistEntry::Test

◆ Warn

bool FAutomationTestExcludelistEntry::Warn = false

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