UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::Private::IModularFeature Class Referenceabstract

#include <ModularFeature.h>

+ Inheritance diagram for uLang::Private::IModularFeature:

Public Member Functions

virtual ~IModularFeature ()
 
virtual int32_t GetPriority () const =0
 
- Public Member Functions inherited from uLang::CSharedMix
 CSharedMix ()
 
virtual UE_API ~CSharedMix ()
 
 CSharedMix (const CSharedMix &Other)=delete
 
CSharedMixoperator= (const CSharedMix &Other)=delete
 
uint32_t GetRefCount () const
 

Additional Inherited Members

- Static Protected Member Functions inherited from uLang::CSharedMix
template<class ObjectType >
static TSPtrG< ObjectType, false, CHeapRawAllocatorSharedThis (ObjectType *This)
 
template<class ObjectType >
static TSPtrG< const ObjectType, false, CHeapRawAllocatorSharedThis (const ObjectType *This)
 

Detailed Description

Base class for the ModularFeatures – marked as "Private" to discourage directly sub-classing this (use TModularFeature<> instead).

Constructor & Destructor Documentation

◆ ~IModularFeature()

virtual uLang::Private::IModularFeature::~IModularFeature ( )
inlinevirtual

Member Function Documentation

◆ GetPriority()


The documentation for this class was generated from the following file: