UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::TModularFeature< FeatureType > Class Template Reference

#include <ModularFeature.h>

+ Inheritance diagram for uLang::TModularFeature< FeatureType >:

Public Member Functions

virtual int32_t GetPriority () const override
 
- Public Member Functions inherited from uLang::Private::IModularFeature
virtual ~IModularFeature ()
 
- 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

template<typename FeatureType>
class uLang::TModularFeature< FeatureType >

ModularFeature base class – all modular feature interfaces should derive from this base.

Member Function Documentation

◆ GetPriority()

template<typename FeatureType >
virtual int32_t uLang::TModularFeature< FeatureType >::GetPriority ( ) const
inlineoverridevirtual

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