Navigation
API > API/Plugins > API/Plugins/GameFeatures
References
| Module | GameFeatures |
| Header | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeaturesSubsystem.h |
| Include | #include "GameFeaturesSubsystem.h" |
Syntax
struct FBuiltInGameFeaturePluginBehaviorOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| EBuiltInAutoState | AutoStateOverride | ||
| bool | bForceSyncLoading | Force this GFP to load synchronously even if async loading is allowed | |
| bool | bLogErrorOnForcedDependencyCreation | Log Error if loading this GFP forces dependencies to be created, useful for catching GFP load filtering bugs | |
| bool | bLogWarningOnForcedDependencyCreation | Log Warning if loading this GFP forces dependencies to be created, useful for catching GFP load filtering bugs |