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" |
void UnregisterModularFeature
&40;
const FName Type,
class IModularFeature &42; ModularFeature
&41;
Remarks
Unregisters a feature that was registered earlier on. After unregistering a feature, other systems will no longer be able to gain access to it through this interface.
Parameters
| Name | Description |
|---|---|
| Type | The type of feature we're unregistering |
| ModularFeature | Interface to the modular feature object |