Navigation
API > API/Runtime > API/Runtime/VerseCompiler
This is used as a helper struct for storing the result of a signed distance check.
| Name | LocusDistanceResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
struct LocusDistanceResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Distance | int32_t | uLang/Syntax/VstNode.h | ||
| Node | TSRef< Verse::Vst::Node > | uLang/Syntax/VstNode.h |