Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IModularFeatures
Description
Queries for one or more implementations of a single feature. If no feature of this type is registered, will return an empty array.
| Name | GetModularFeatureImplementations |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Features/IModularFeatures.h |
| Include Path | #include "Features/IModularFeatures.h" |
template<typename TModularFeature>
TArray < TModularFeature * > GetModularFeatureImplementations
(
const FName Type
)
List of available implementations of this feature.
Parameters
| Name | Remarks |
|---|---|
| Type | The type of feature we're looking for |