Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Description
Queries for a specific modular feature. Returns an empty TOptional<> if the feature is not available. Does not assert.
| Name | uLang::GetModularFeature |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Toolchain/ModularFeatureManager.inl |
| Include Path | #include "uLang/Toolchain/ModularFeatureManager.inl" |
namespace uLang
{
template<class FeatureType>
TOptional < TSRef< FeatureType > > uLang::GetModularFeature
(
const int32_t Index
)
}
An optional (which could be empty if no features of the specified type are registered), wrapping a shared ModularFeature pointer.