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