UGameFeaturesSubsystemSettings

Settings for the Game Features framework

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UDeveloperSettings

UGameFeaturesSubsystemSettings

References

Module

GameFeatures

Header

/Engine/Plugins/Experimental/GameFeatures/Source/GameFeatures/Public/GameFeaturesSubsystemSettings.h

Include

#include "GameFeaturesSubsystemSettings.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Config=Game, defaultconfig, NotPlaceable, Meta=(DisplayName="Game Features"))
class UGameFeaturesSubsystemSettings : public UDeveloperSettings

Remarks

Settings for the Game Features framework

Variables

Name Description

Public variable UProperty Category, EditAnywhere Config

TArray< FString...

 

AdditionalPluginMetadataKeys

List of metadata (additional keys) to try parsing from the .uplugin to provide to FGameFeaturePluginDetails

Public variable

FString

 

BuiltInGameFeaturePluginsFolder

The folder in which all discovered plugins are automatically considered game feature plugins.

Public variable UProperty Category, EditAnywhere Config

TArray< FString...

 

DisabledPlugins

List of plugins that are forcibly disabled (e.g., via a hotfix)

Public variable UProperty Category, EditAnywhere, Meta Config

FSoftClassPath

 

GameFeaturesManagerClassName

Name of a singleton class to spawn as the AssetManager, configurable per game.

Constructors

Constants

Name

Description

LoadStateClient

State/Bundle to always load on clients

LoadStateServer

State/Bundle to always load on dedicated server

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss