public virtual void ProvideContext(FEnvQueryInstance queryInstance, FEnvQueryContextData contextData)
 => E_UEnvQueryContext_ProvideContext(this, queryInstance, contextData);
 public void SetContextHelper(FEnvQueryContextData contextData, AActor singleActor)
 => E_UEnvQueryItemType_Actor_SetContextHelper(this, contextData, singleActor);
 public void SetContextHelper(FEnvQueryContextData contextData, FRotator singleRotation)
 => E_UEnvQueryItemType_Direction_SetContextHelper_o1(this, contextData, singleRotation);
 public void SetContextHelper(FEnvQueryContextData contextData, FVector singlePoint)
 => E_UEnvQueryItemType_Point_SetContextHelper(this, contextData, singlePoint);