enum class EHeroSceneStyle : uint32
{
    Shop = 0,
    Portrait = 1,
    TeamReveal = 2,
    Profile = 3,
    PostGamePortrait = 4,
};