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 RegisterModularFeature
&40;
const FName Type,
class IModularFeature &42; ModularFeature
&41;
Remarks
Registers a feature. Usually called by plugins to augment or replace existing modular features.
Parameters
| Name | 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. |