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