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

13 lines
335 B
C++

#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();
};