IModularFeatures::IsModularFeatureAvailable

Checks to see if the specified feature is available

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Features/IModularFeatures.h

Include

#include "Features/IModularFeatures.h"

Syntax

bool IsModularFeatureAvailable
(
    const FName Type
)

Remarks

Checks to see if the specified feature is available

Returns

True if the feature is available right now and it is safe to call GetModularFeature()

Parameters

Parameter

Description

Type

The type of feature we're looking for

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