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