hey another c++ question ! If I capture by reference in a lambda a stack variable (so that will be dropped when getting out of the scope, before the lambda is executed) bad things will happen when the lambda is executed or the memory is somehow kept ?
@ragekit Bad things will happen.
@dougbinks that's what I though. Sadly I touched a core class and unreal is compiling forever now so I couldn't test :p