Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesProjectPolicies
Description
Called to determine if we are still during engine startup, which can modify loading behavior. This defaults to true for the first few frames of a normal game or editor, but can be overridden.
| Name | IsLoadingStartupPlugins |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeaturesProjectPolicies.h |
| Include Path | #include "GameFeaturesProjectPolicies.h" |
| Source | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Private/GameFeaturesProjectPolicies.cpp |
virtual bool IsLoadingStartupPlugins() const