Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCheatManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * FindCheatManagerExtension () |
Finds a previously registered cheat manager extension of the specified class | GameFramework/CheatManager.h | |
UCheatManagerExtension * FindCheatManagerExtension
(
const UClass* InClass |
Finds a previously registered cheat manager extension of the specified class | GameFramework/CheatManager.h |
FindCheatManagerExtension()
Description
Finds a previously registered cheat manager extension of the specified class
| Name | FindCheatManagerExtension |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/CheatManager.h |
| Include Path | #include "GameFramework/CheatManager.h" |
template<typename T>
T * FindCheatManagerExtension() const
FindCheatManagerExtension(const UClass *)
Description
Finds a previously registered cheat manager extension of the specified class
| Name | FindCheatManagerExtension |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/CheatManager.h |
| Include Path | #include "GameFramework/CheatManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/CheatManager.cpp |
UCheatManagerExtension * FindCheatManagerExtension
(
const UClass * InClass
) const