UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NameTypesTests.cpp File Reference
#include "CoreMinimal.h"
#include "Misc/AutomationTest.h"

Namespaces

namespace  FNameInvalidCharsTest
 

Functions

bool FNameInvalidCharsTest::RunTest (const FString InvalidChars, const FString &StringViewToTest, const FString &ExpectedErrorMessage, bool bExpectedIsValid, FAutomationTestBase &TestBase)
 
 IMPLEMENT_SIMPLE_AUTOMATION_TEST (DoubleBadCharactersTest, "System.Core.NameTypes.Test repeated invalid characters", EAutomationTestFlags::EditorContext|EAutomationTestFlags::EngineFilter)
 
 IMPLEMENT_SIMPLE_AUTOMATION_TEST (SingleInvalidWhitespaceCharacterTest, "System.Core.NameTypes.Test single whitespace character", EAutomationTestFlags::EditorContext|EAutomationTestFlags::EngineFilter)
 
 IMPLEMENT_SIMPLE_AUTOMATION_TEST (SingleInvalidNonWhitespaceCharacterTest, "System.Core.NameTypes.Test single non-whitespace character", EAutomationTestFlags::EditorContext|EAutomationTestFlags::EngineFilter)
 
 IMPLEMENT_SIMPLE_AUTOMATION_TEST (InvalidNonWhitespaceCharactersTest, "System.Core.NameTypes.Test invalid whitespace characters", EAutomationTestFlags::EditorContext|EAutomationTestFlags::EngineFilter)
 
 IMPLEMENT_SIMPLE_AUTOMATION_TEST (ValidFNameTest, "System.Core.NameTypes.Test valid FName", EAutomationTestFlags::EditorContext|EAutomationTestFlags::EngineFilter)
 

Function Documentation

◆ IMPLEMENT_SIMPLE_AUTOMATION_TEST() [1/5]

IMPLEMENT_SIMPLE_AUTOMATION_TEST ( DoubleBadCharactersTest  ,
"System.Core.NameTypes.Test repeated invalid characters"  ,
EAutomationTestFlags::EditorContext|EAutomationTestFlags::EngineFilter   
)

◆ IMPLEMENT_SIMPLE_AUTOMATION_TEST() [2/5]

◆ IMPLEMENT_SIMPLE_AUTOMATION_TEST() [3/5]

◆ IMPLEMENT_SIMPLE_AUTOMATION_TEST() [4/5]

◆ IMPLEMENT_SIMPLE_AUTOMATION_TEST() [5/5]

IMPLEMENT_SIMPLE_AUTOMATION_TEST ( ValidFNameTest  ,
"System.Core.NameTypes.Test valid FName"  ,
EAutomationTestFlags::EditorContext|EAutomationTestFlags::EngineFilter   
)