Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Common.h |
| Include | #include "uLang/Common/Common.h" |
Syntax
namespace uLang
{
enum EVisitResult
{
Continue = 0,
SkipChildren = 1,
Stop = 2,
}
}
Values
| Name | Description |
|---|---|
| Continue | |
| SkipChildren | |
| Stop |
Remarks
Result returned from a visitor functor indicating how to continue or to quit early.