The Builder struct in the Sandbox.Bind
namespace is a utility for creating bindings between properties or other elements. It provides a fluent interface to set up these bindings, allowing for flexible and dynamic data connections.
Example usage: To bind the "BoolValue" from the value of "StringValue", you can use the following code:
BindSystem.Build.Set( this, "BoolValue" ).From( this, "StringValue" );