Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IModularFeatures
Description
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.
| Name | UnregisterModularFeature |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Features/IModularFeatures.h |
| Include Path | #include "Features/IModularFeatures.h" |
void UnregisterModularFeature
(
const FName Type,
class IModularFeature * ModularFeature
)
Parameters
| Name | Remarks |
|---|---|
| Type | The type of feature we're unregistering |
| ModularFeature | Interface to the modular feature object |