Files
2026-04-22 15:51:07 +02:00

13 lines
299 B
C++

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