IModularFeatures::RegisterModularFeature

Registers a feature. Usually called by plugins to augment or replace existing modular features.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Features/IModularFeatures.h"

Syntax

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

Remarks

Registers a feature. Usually called by plugins to augment or replace existing modular features.

Parameters

Parameter

Description

Type

The type of feature we're registering

ModularFeature

Interface to the modular feature object. We do not assume ownership of this object. It's up to you to keep it allocated until it is unregistered later on.

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