USelectionSet > UObject
namespace Offsets { namespace Classes { // Inheritance: USelectionSet > UObject namespace UMeshSelectionSet { constexpr auto Vertices = 0x40; // TArray constexpr auto Edges = 0x50; // TArray constexpr auto Faces = 0x60; // TArray constexpr auto Groups = 0x70; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: USelectionSet > UObject public static class UMeshSelectionSet { public const byte Vertices = 0x40; // TArray public const byte Edges = 0x50; // TArray public const byte Faces = 0x60; // TArray public const byte Groups = 0x70; // TArray } } }