Navigation
API > API/Plugins > API/Plugins/GameFeatures
Adds cheat manager extensions to the cheat manager for each player
| |
|
| Name |
UGameFeatureAction_AddCheats |
| Type |
class |
| Header File |
/Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeatureAction_AddCheats.h |
| Include Path |
#include "GameFeatureAction_AddCheats.h" |
Syntax
UCLASS (MinimalAPI, Meta=(DisplayName="Add Cheats"))
class UGameFeatureAction_AddCheats : public UGameFeatureAction
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bLoadCheatManagersAsync |
bool |
|
GameFeatureAction_AddCheats.h |
- EditAnywhere
- Category="Cheats"
|
| CheatManagers |
TArray< TSoftClassPtr< UCheatManagerExtension > > |
Cheat managers to setup for the game feature plugin |
GameFeatureAction_AddCheats.h |
- EditAnywhere
- Category="Cheats"
|
Protected
Functions