Hello Experts,
I've been struggling a bit to understand the proper usage of $isLoaded:Bool$ , specially within templates with the Overwrites flag.
As I undrestand, isloaded is essentially checking if the object is newly created or an existing one. Inside a template, the first time the object is created isLoaded will return False, but next time something changes it will return True.
Isn't this pretty much what an overwrite flag also controls? If overwrites is not set, the action in the template only happens for newly created objects, and then nothing takes place, isnt this the same as saying isLoaded?
Anyone has a simple(ish) use case and/or code to explain this please?
Thanks
Kin