Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCheatManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Finds a previously registered cheat manager extension that implements the specified interface | GameFramework/CheatManager.h | ||
UCheatManagerExtension * FindCheatManagerExtensionInterface
(
const UClass* InClass |
Finds a previously registered cheat manager extension that implements the specified interface | GameFramework/CheatManager.h |
FindCheatManagerExtensionInterface()
Description
Finds a previously registered cheat manager extension that implements the specified interface
| Name | FindCheatManagerExtensionInterface |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/CheatManager.h |
| Include Path | #include "GameFramework/CheatManager.h" |
template<class T>
T * FindCheatManagerExtensionInterface() const
FindCheatManagerExtensionInterface(const UClass *)
Description
Finds a previously registered cheat manager extension that implements the specified interface
| Name | FindCheatManagerExtensionInterface |
| 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 * FindCheatManagerExtensionInterface
(
const UClass * InClass
) const