Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Description
Queries for a specific modular feature. Returns an empty array if the feature is not available. Does not assert.
| Name | uLang::GetModularFeaturesOfType |
| 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>
TSRefArray< FeatureType > uLang::GetModularFeaturesOfType()
}
An array of all registered features of a single type sorted in priority order.