![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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. | |
Storage for an accumulated capture of source text from a parse operation.
These are the full captures for the string that allows reconstruction of String from the contents here.
The significant syntax nodes that have been created as part of the string being captured above.
| CUTF8StringBuilder uLang::generate_vst_capture::String |
The string snippet being captured thus far.