Advertisement
rossy__

Octopath EATTRIBUTE_TYPE.uexp enumerator format notes

Nov 24th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. Octopath_Traveler/Content/Character/BP/Enum/EATTRIBUTE_TYPE.uexp
  2.  
  3. DisplayNameMap<MapProperty> {0x01CB / 459 bytes}
  4. Key<NameProperty>: Value<TextProperty>
  5.  
  6. NULL{4 bytes}
  7. NULL{1 byte}
  8.  
  9. Map Length = 0x07 / 7 indices
  10. [
  11. "NewEnumerator0" (08 00 00 00 00 00 00 00 <= flags?) NULL{1 byte} HashLen=0x21/33 "5986E164444F2ABB884060A3544589D5" : TextLen = 0x06/6 "eNONE",
  12. "NewEnumerator1" (08 00 00 00 00 00 00 00 <= flags?) NULL{1 byte} HashLen=0x21/33 "45D8CD5E4560005C5952838283EC3A19" : TextLen = 0x06/6 "eFIRE",
  13. "NewEnumerator2" (00 00 00 00 00 00 00 00 <= flags?) NULL{1 byte} HashLen=0x21/33 "077AAE5142D5EF9240EEA68766501011" : TextLen = 0x05/5 "eICE",
  14. "NewEnumerator3" (00 00 00 00 00 00 00 00 <= flags?) NULL{1 byte} HashLen=0x21/33 "AE0719404DC2BEEBC77A73BC893782EE" : TextLen = 0x09/9 "eTHUNDER",
  15. "NewEnumerator4" (08 00 00 00 00 00 00 00 <= flags?) NULL{1 byte} HashLen=0x21/33 "AE0719404DC2BEEBC77A73BC893782EE" : TextLen = 0x06/6 "eWIND",
  16. "NewEnumerator5" (08 00 00 00 00 00 00 00 <= flags?) NULL{1 byte} HashLen=0x21/33 "52C5A4A84EFBA0CAD89EB0854B30CDC5" : TextLen = 0x07/7 "eLIGHT",
  17. "NewEnumerator6" (08 00 00 00 00 00 00 00 <= flags?) NULL{1 byte} HashLen=0x21/33 "C46ABD51455B77196B31188DE2FDA70C" : TextLen = 0x06/6 "eDARK",
  18. "None" //to signify end of MapProperty
  19. ]
  20.  
  21. NULL{4 bytes}
  22.  
  23. Array Length = 0x08 / 8 indices
  24. [
  25. "EATTRIBUTE_TYPE::NewEnumerator0 = 0,
  26. "EATTRIBUTE_TYPE::NewEnumerator1 = 1,
  27. "EATTRIBUTE_TYPE::NewEnumerator2 = 2,
  28. "EATTRIBUTE_TYPE::NewEnumerator3 = 3,
  29. "EATTRIBUTE_TYPE::NewEnumerator4 = 4,
  30. "EATTRIBUTE_TYPE::NewEnumerator5 = 5,
  31. "EATTRIBUTE_TYPE::NewEnumerator6 = 6,
  32. "EATTRIBUTE_TYPE::EATTRIBUTE_MAX = 7
  33. ]
  34.  
  35. 0x01 (No idea what this single byte is for, but it seems to be here for every enumerator .uexp)
  36. 0xC1832A9E (Unreal Tag)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement