UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::generate_vst_capture Struct Reference

Storage for an accumulated capture of source text from a parse operation. More...

Public Attributes

CUTF8StringBuilder String
 The string snippet being captured thus far.
 
TArray< TSRef< Node > > Nodes
 The significant syntax nodes that have been created as part of the string being captured above.
 
TArray< TSRef< Node > > CaptureNodes
 These are the full captures for the string that allows reconstruction of String from the contents here.
 

Detailed Description

Storage for an accumulated capture of source text from a parse operation.

Member Data Documentation

◆ CaptureNodes

TArray<TSRef<Node> > uLang::generate_vst_capture::CaptureNodes

These are the full captures for the string that allows reconstruction of String from the contents here.

◆ Nodes

TArray<TSRef<Node> > uLang::generate_vst_capture::Nodes

The significant syntax nodes that have been created as part of the string being captured above.

◆ String

CUTF8StringBuilder uLang::generate_vst_capture::String

The string snippet being captured thus far.


The documentation for this struct was generated from the following file: