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