Navigation
API > API/Plugins > API/Plugins/AutomatedPerfTesting > API/Plugins/AutomatedPerfTesting/UAutomatedPerfTestControllerBase
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.
Derived Overrides
- UAutomatedMaterialPerfTest::GatherTestMetadata
- UAutomatedSequencePerfTest::GatherTestMetadata
- UAutomatedStaticCameraPerfTestBase::GatherTestMetadata
| Name | GatherTestMetadata |
| Type | function |
| Header File | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/AutomatedPerfTestControllerBase.h |
| Include Path | #include "AutomatedPerfTestControllerBase.h" |
| Source | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Private/AutomatedPerfTestControllerBase.cpp |
virtual void GatherTestMetadata
(
TArray < TPair< FString , FString > > & OutMetadata
) const