IPluginManager::GetEnabledPluginsWithContent

Gets an array of all enabled plugins that can have content.

Windows
MacOS
Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h

Include

#include "Interfaces/IPluginManager.h"

Syntax

TArray< TSharedRef< IPlugin > > GetEnabledPluginsWithContent() const

Remarks

Gets an array of all enabled plugins that can have content.

Returns

Array of plugins with IsEnabled() and CanContainContent() both true.

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