UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GameplayDebuggerCategory_PerceptionSystem.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#if WITH_GAMEPLAY_DEBUGGER_MENU
7
8class AActor;
10
12{
13public:
15
17
18protected:
19 virtual void CollectData(APlayerController* OwnerPC, AActor* DebugActor) override;
20};
21
22#endif // WITH_GAMEPLAY_DEBUGGER_MENU
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Actor.h:257
Definition PlayerController.h:261
Definition GameplayDebuggerCategory.h:49
virtual GAMEPLAYDEBUGGER_API void CollectData(APlayerController *OwnerPC, AActor *DebugActor)
Definition GameplayDebuggerCategory.cpp:29
Definition SharedPointer.h:153