ok yeah, changes to contructor, new class/func that seems legit !
What quantifies as “simple changes” ?
can I edit a function on the fly ?
void DoSomething()
{
// forgot to add line to do the thing!
}
while the editor is running I can add the line I forgot ?
void DoSomething()
{
print("some string");
}