FGenericPlatformMisc::ShouldDisablePluginAtRuntime

Allows platform at runtime to disable unsupported plugins

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h

Include

#include "GenericPlatform/GenericPlatformMisc.h"

Syntax

static bool ShouldDisablePluginAtRuntime
(
    const FString & PluginName
)

Remarks

Allows platform at runtime to disable unsupported plugins

Returns

bool true if plugin should be disabled

Parameters

Parameter

Description

PluginName

Name of enabled plugin to consider

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