Files
FNGameProj/Source/FortniteGame/Public/FortQueryContext_AllGoals.h
2024-01-21 00:41:14 +01: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();
};