#pragma once #include "CoreMinimal.h" #include "EnvironmentQuery/EnvQueryContext.h" #include "FortQueryContext_TwoPointSolverPointA.generated.h" UCLASS(Blueprintable, EditInlineNew) class UFortQueryContext_TwoPointSolverPointA : public UEnvQueryContext { GENERATED_BODY() public: UFortQueryContext_TwoPointSolverPointA(); };