Navigation
API > API/Plugins > API/Plugins/AutomatedPerfTesting > API/Plugins/AutomatedPerfTesting/UAutomatedMaterialPerfTest
Description
Gather test metadata key-value pairs for profiling instruments.
Override this method to add controller specific metadata (map names, material names, etc). Always call Super::GatherTestMetadata() to include base metadata.
Virtual Inheritance
- UAutomatedPerfTestControllerBase::GatherTestMetadata → UAutomatedMaterialPerfTest::GatherTestMetadata
| Name | GatherTestMetadata |
| Type | function |
| Header File | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/AutomatedMaterialPerfTest.h |
| Include Path | #include "AutomatedMaterialPerfTest.h" |
| Source | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Private/AutomatedMaterialPerfTest.cpp |
virtual void GatherTestMetadata
(
TArray < TPair< FString , FString > > & OutMetadata
) const