Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32_t uLang::GetModularFeatureCount () |
ModularFeatureManager API Returns the number of registered implementations of the specified feature type. | uLang/Toolchain/ModularFeatureManager.h | |
ULANG_FORCEINLINE int32_t uLang::GetModularFeatureCount () |
ModularFeatureManager API Returns the number of registered implementations of the specified feature type. |
uLang::GetModularFeatureCount()
Description
ModularFeatureManager API Returns the number of registered implementations of the specified feature type.
| Name | uLang::GetModularFeatureCount |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Toolchain/ModularFeatureManager.h |
| Include Path | #include "uLang/Toolchain/ModularFeatureManager.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Toolchain/ModularFeatureManager.inl |
namespace uLang
{
template<class FeatureType>
int32_t uLang::GetModularFeatureCount()
}
uLang::GetModularFeatureCount()
Description
ModularFeatureManager API Returns the number of registered implementations of the specified feature type.
| Name | uLang::GetModularFeatureCount |
| 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>
ULANG_FORCEINLINE int32_t uLang::GetModularFeatureCount()
}