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

13 lines
292 B
C++

#pragma once
#include "CoreMinimal.h"
#include "Perception/AIPerceptionSystem.h"
#include "FortAIPerceptionSystem.generated.h"
UCLASS(Blueprintable)
class FORTNITEGAME_API UFortAIPerceptionSystem : public UAIPerceptionSystem {
GENERATED_BODY()
public:
UFortAIPerceptionSystem();
};