Guest User

Untitled

a guest
Jan 24th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #define STRINGIFY(Identifier) #Identifier
  2.  
  3. #define EnumValueToString(EnumType, EnumValue) \
  4. FindObject<UEnum>(ANY_PACKAGE, TEXT(STRINGIFY(EnumType)), true)->GetNameStringByIndex(static_cast<uint8>(EnumValue));
Add Comment
Please, Sign In to add comment