IModularFeatures::GetModularFeatureImplementationCount

Returns the number of registered implementations of the specified feature type.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Features/IModularFeatures.h"

Syntax

int32 GetModularFeatureImplementationCount
(
    const FName Type
)

Remarks

Returns the number of registered implementations of the specified feature type.

Returns

Number of implementations of this feature.

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