Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include | #include "uLang/Semantics/SemanticTypes.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/SemanticTypes.cpp |
namespace uLang
{
namespace SemanticTypeUtils
{
void uLang::SemanticTypeUtils::ForEachDataType
(
const CTypeBase *,
const TFunction < void *)> &
)
}
}
Remarks
Apply a function to each immediately possibly contained value's type. Note for `CFunctionType_, the function is not applied, as values of a given function type do not contain parameter or result values.