When I call GetName() on my actor “BP_Door” I get this following:
BP_Door_C_UAID_04521A984286CBE231_1440775887
What is UAID?
What does this number mean?
When I call GetName() on my actor “BP_Door” I get this following:
BP_Door_C_UAID_04521A984286CBE231_1440775887
What is UAID?
What does this number mean?
UAID => Unique Actor ID. I think It’s assigned when using world partition to identify an object uniquely in the world.
It’s probably unique to the level but not globally to the project like GUID’s (Global unique ID) (not sure it can overlap with level instances)
Thank you.
Anyway, I understand that it is unique.
The numbers are meaningless, it’s a random seed that just has to be unique.