Const
by default the captured values are const, to make them mutable you can add mutable
before {}
.
Example:
.AddWeakLambda(this, [this, SafeInstanceData] () mutable { /* code */ }
Latest update: Feb 22, 2025
by default the captured values are const, to make them mutable you can add mutable
before {}
.
Example:
.AddWeakLambda(this, [this, SafeInstanceData] () mutable { /* code */ }
Apr 01, 2025
Apr 01, 2025
Apr 01, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025