Navigation
API > API/Plugins > API/Plugins/GameFeatures
Inheritance Hierarchy
- UObject
- UGameFeatureAction
- UGameFeatureAction_AddCheats
References
| Module | GameFeatures |
| Header | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeatureAction_AddCheats.h |
| Include | #include "GameFeatureAction_AddCheats.h" |
Syntax
UCLASS (MinimalAPI, Meta=(DisplayName="Add Cheats"))
class UGameFeatureAction_AddCheats : public UGameFeatureAction
Remarks
Adds cheat manager extensions to the cheat manager for each player
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bLoadCheatManagersAsync | ||
| TArray< TSoftClassPtr< UCheatManagerExtension > > | CheatManagers | Cheat managers to setup for the game feature plugin |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EDataValidationResult | IsDataValid
(
FDataValidationContext& Context |
Overridden from UGameFeatureAction
| Type | Name | Description | |
|---|---|---|---|
| void | Older-style activation function with no context, called by base class if context version is not overridden | ||
| void | OnGameFeatureDeactivating
(
FGameFeatureDeactivatingContext& Context |
Called when game feature is deactivated, it may be activated again in the near future |