Files
UnrealEvent/Project/Source/FortniteGame/Public/FortQueryContext_GoalProviderRootAssignmentGoals.h
2026-04-22 15:51:07 +02:00

13 lines
368 B
C++

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