IModularFeatures::UnregisterModularFeature

Unregisters a feature that was registered earlier on.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Features/IModularFeatures.h

Include

#include "Features/IModularFeatures.h"

Syntax

void UnregisterModularFeature
(
    const FName Type,
    class IModularFeature * ModularFeature
)

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

Parameter

Description

Type

The type of feature we're unregistering

ModularFeature

Interface to the modular feature object

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss