Navigation
API > API/Plugins > API/Plugins/AutomatedPerfTesting
| Name | UAutomatedMaterialPerfTest |
| Type | class |
| Header File | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/AutomatedMaterialPerfTest.h |
| Include Path | #include "AutomatedMaterialPerfTest.h" |
Syntax
UCLASS (MinimalAPI)
class UAutomatedMaterialPerfTest : public UAutomatedPerfTestControllerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGauntletTestController → UAutomatedPerfTestControllerBase → UAutomatedMaterialPerfTest
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Camera | ACameraActor * | AutomatedMaterialPerfTest.h | ||
| CurrentMaterial | UMaterialInterface * | AutomatedMaterialPerfTest.h | ||
| CurrentMaterialIndex | int | AutomatedMaterialPerfTest.h | ||
| CurrentRegionName | FString | AutomatedMaterialPerfTest.h | ||
| MaterialPlate | AStaticMeshActor * | AutomatedMaterialPerfTest.h | ||
| Settings | const UAutomatedMaterialPerfTestProjectSettings * | AutomatedMaterialPerfTest.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EvaluateMaterial() |
AutomatedMaterialPerfTest.h | ||
void FinishMaterialEvaluation() |
AutomatedMaterialPerfTest.h | ||
UMaterialInterface * GetCurrentMaterial() |
AutomatedMaterialPerfTest.h | ||
FString GetCurrentMaterialRegionFullName() |
AutomatedMaterialPerfTest.h | ||
FString GetCurrentMaterialRegionName() |
AutomatedMaterialPerfTest.h | ||
void MarkMaterialEnd() |
AutomatedMaterialPerfTest.h | ||
void MarkMaterialStart() |
AutomatedMaterialPerfTest.h | ||
void ScreenshotMaterial() |
AutomatedMaterialPerfTest.h | ||
void SetUpNextMaterial() |
AutomatedMaterialPerfTest.h |
Overridden from UAutomatedPerfTestControllerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetTestID() |
AutomatedMaterialPerfTest.h | ||
virtual void RunTest() |
AutomatedMaterialPerfTest.h | ||
virtual void SetupTest() |
AutomatedMaterialPerfTest.h | ||
virtual bool TryStartCSVProfiler
(
FString CSVFileName |
AutomatedMaterialPerfTest.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OpenMaterialPerformanceTestMap() |
AutomatedMaterialPerfTest.h |
Overridden from UAutomatedPerfTestControllerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UnbindAllDelegates() |
AutomatedMaterialPerfTest.h |
Overridden from UGauntletTestController
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnInit() |
AutomatedMaterialPerfTest.h |