Navigation
API > API/Plugins > API/Plugins/GameFeatures
Inheritance Hierarchy
- TUnion
- FGameFeatureProtocolOptions
References
| Module | GameFeatures |
| Header | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeaturesSubsystem.h |
| Include | #include "GameFeaturesSubsystem.h" |
Syntax
struct FGameFeatureProtocolOptions : public TUnion< FInstallBundlePluginProtocolOptions, FNull >
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool: 1 | bForceSyncLoading | Force this GFP to load synchronously even if async loading is allowed | |
| bool: 1 | bLogErrorOnForcedDependencyCreation | Log Error if loading this GFP forces dependencies to be created, useful for catching GFP load filtering bugs | |
| bool: 1 | bLogWarningOnForcedDependencyCreation | Log Warning if loading this GFP forces dependencies to be created, useful for catching GFP load filtering bugs |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGameFeatureProtocolOptions
(
const FInstallBundlePluginProtocolOptions& InOptions |
|||
FGameFeatureProtocolOptions
(
FNull InOptions |