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
8
#include "
GameplayDebuggerCategory.h
"
9
10
class
AActor
;
11
class
APlayerController
;
12
13
class
FGameplayDebuggerCategory_Perception
:
public
FGameplayDebuggerCategory
14
{
15
public
:
16
FGameplayDebuggerCategory_Perception
();
17
18
virtual
void
CollectData
(
APlayerController
* OwnerPC,
AActor
* DebugActor)
override
;
19
20
AIMODULE_API
static
TSharedRef<FGameplayDebuggerCategory>
MakeInstance();
21
};
22
23
#endif
// WITH_GAMEPLAY_DEBUGGER_MENU
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
GameplayDebuggerCategory.h
AActor
Definition
Actor.h:257
APlayerController
Definition
PlayerController.h:261
FGameplayDebuggerCategory
Definition
GameplayDebuggerCategory.h:49
FGameplayDebuggerCategory::CollectData
virtual GAMEPLAYDEBUGGER_API void CollectData(APlayerController *OwnerPC, AActor *DebugActor)
Definition
GameplayDebuggerCategory.cpp:29
TSharedRef
Definition
SharedPointer.h:153
Engine
Source
Runtime
AIModule
Public
GameplayDebugger
GameplayDebuggerCategory_Perception.h
Generated by
1.9.8