Navigation
API > API/Plugins > API/Plugins/AvalancheFunctionalTest > API/Plugins/AvalancheFunctionalTest/AScreenshotFunctionalTestAvalanc-
Helper struct to manage CVar overrides at Console priority. Note: CVars are NOT restored after test to avoid priority stickiness issues. Test-friendly values (AA=0, ScreenPercentage=100) are left in place.
| Name | FScreenshotTestAvalancheCVarOverride |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheFunctionalTest/Public/ScreenshotFunctionalTestAvalanche.h |
| Include Path | #include "ScreenshotFunctionalTestAvalanche.h" |
Syntax
template<typename T>
struct FScreenshotTestAvalancheCVarOverride
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ScreenshotFunctionalTestAvalanche.h | |||
FScreenshotTestAvalancheCVarOverride
(
const FString& InCVarName |
ScreenshotFunctionalTestAvalanche.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CVarName | FString | ScreenshotFunctionalTestAvalanche.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetOverride
(
T NewValue |
ScreenshotFunctionalTestAvalanche.h |