Navigation
API > API/Plugins > API/Plugins/GameFeatures
| Name | FBuiltInGameFeaturePluginBehaviorOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeaturesSubsystem.h |
| Include Path | #include "GameFeaturesSubsystem.h" |
Syntax
struct FBuiltInGameFeaturePluginBehaviorOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AutoStateOverride | EBuiltInAutoState | GameFeaturesSubsystem.h | ||
| bBatchProcess | bool | Batch process GFPs if/when possible (could be used when processing multiple plugins) | GameFeaturesSubsystem.h | |
| bDoNotDownload | bool | Disallows downloading, useful for conditionally loading content only if it's already been installed | GameFeaturesSubsystem.h | |
| bForceSyncLoading | bool | Force this GFP to load synchronously even if async loading is allowed | GameFeaturesSubsystem.h | |
| bLogErrorOnForcedDependencyCreation | bool | Log Error if loading this GFP forces dependencies to be created, useful for catching GFP load filtering bugs | GameFeaturesSubsystem.h | |
| bLogWarningOnForcedDependencyCreation | bool | Log Warning if loading this GFP forces dependencies to be created, useful for catching GFP load filtering bugs | GameFeaturesSubsystem.h |