Setup

1. Properties

Set up configurable settings and contexts as UPROPERTY values:

UPROPERTY(EditDefaultsOnly)
TSubclassOf<UEnvQueryContext> SomeContext;

2. Required functions

Implement the RunTest function

Implementation

Use QueryInstance.PrepareContext to pull data from the contexts into arrays.