UGameFeaturesSubsystem::GetLoadedGameFeaturePluginFilenamesForCooking

Returns the list of plugin filenames that have progressed beyond installed.

Windows
MacOS
Linux

References

Module

GameFeatures

Header

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

Include

#include "GameFeaturesSubsystem.h"

Source

/Engine/Plugins/Experimental/GameFeatures/Source/GameFeatures/Private/GameFeaturesSubsystem.cpp

Syntax

void GetLoadedGameFeaturePluginFilenamesForCooking
(
    TArray< FString > & OutLoadedPluginFilenames
) const

Remarks

Returns the list of plugin filenames that have progressed beyond installed. Used in cooking to determine which will be cooked.

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