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" |
bool IsModularFeatureAvailable
&40;
const FName Type
&41;
Remarks
Checks to see if the specified feature is available True if the feature is available right now and it is safe to call GetModularFeature()
Parameters
| Name | Description |
|---|---|
| Type | The type of feature we're looking for |