UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GameplayDebuggerCategory_Perception.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
7#if WITH_GAMEPLAY_DEBUGGER_MENU
9
10class AActor;
12
14{
15public:
17
18 virtual void CollectData(APlayerController* OwnerPC, AActor* DebugActor) override;
19
21};
22
23#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