UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UActorComponent > UObject namespace UEncounterableComponent { constexpr auto OnEncounteredStatusChangedDelegate = 0xb0; // FDelegate constexpr auto ContentType = 0xc0; // EEncounteredContentType constexpr auto bHasBeenEncountered = 0xc1; // bool constexpr auto ContentId = 0xc4; // FName constexpr auto ContentTableRef = 0xd0; // FDataTableRowHandle } } }
public static class Offsets { public static class Classes { // Inheritance: UActorComponent > UObject public static class UEncounterableComponent { public const byte OnEncounteredStatusChangedDelegate = 0xb0; // FDelegate public const byte ContentType = 0xc0; // EEncounteredContentType public const byte bHasBeenEncountered = 0xc1; // bool public const byte ContentId = 0xc4; // FName public const byte ContentTableRef = 0xd0; // FDataTableRowHandle } } }