UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ModularFeature.h File Reference

Go to the source code of this file.

Classes

class  uLang::Private::IModularFeature
 
class  uLang::TModularFeature< FeatureType >
 

Namespaces

namespace  uLang
 
namespace  uLang::Private
 

Macros

#define ULANG_FEATURE_ID_DECL(FeatureType)
 

Macro Definition Documentation

◆ ULANG_FEATURE_ID_DECL

#define ULANG_FEATURE_ID_DECL (   FeatureType)
Value:
public: \
using CFeatureType = FeatureType; \
static constexpr const char* FeatureName = #FeatureType; \
private: