IModularFeatures::GetModularFeatureImplementations

Queries for one or more implementations of a single feature.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Features/IModularFeatures.h"

Syntax

template<typename TModularFeature>
TArray< TModularFeature * > GetModularFeatureImplementations
(
    const FName Type
)

Remarks

Queries for one or more implementations of a single feature. If no feature of this type is registered, will return an empty array.

Returns

List of available 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