MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::AutoModularFeature Namespace Reference

Data Structures

class  IAutoModularFeature
 Tagging an auto feature (DO NOT USE MANUALLY, inherited by TAutoModularFeature) More...
 
class  IFeatureImplementation
 Tagging an implementation of a feature. More...
 
class  TAutoModularFeature
 Auto Modular Features are a workflow with Modular Features where the developer doesn't have to rely on string identifiers. TAutoModularFeature template take care of naming the feature and introduces some common functionality, like getter functions and runtime validations. More...