MCRO
C++23 utilities for Unreal Engine.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
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 and TFeatureImplementation templates take care of naming the feature and introduces some common functionality, like getter functions and runtime validations. More...