Const
by default the captured values are const, to make them mutable you can add mutable before {}.
Example:
.AddWeakLambda(this, [this, SafeInstanceData] () mutable { /* code */ }Capture
inside []
=capturesthisby value&capturesthisby reference