Closed pheonix99 closed 2 years ago
Wait this may not be the issue I'm having.
Some other modders had issues when using upper-case letters. Technically spec for GUID is alphanumeric, lower-case. When handling blueprint guids BPCore calls ToLower()
, maybe that's something useful for PrefabLink creation?
It looks like I need to manually add the dashes into PrefabLink GUIDs and this is annoying.
Could we get a convenience builder like the fixed duration one?