Files
FNGameProj/Source/FortniteGame/Public/FortQueryContext_Goal.h
2024-01-21 00:41:14 +01:00

13 lines
287 B
C++

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