UARCandidateImage > UDataAsset > UObject
namespace Offsets { namespace Classes { // Inheritance: UARCandidateImage > UDataAsset > UObject namespace ULuminARCandidateImage { constexpr auto bUseUnreliablePose = 0x58; // bool constexpr auto bImageIsStationary = 0x59; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UARCandidateImage > UDataAsset > UObject public static class ULuminARCandidateImage { public const byte bUseUnreliablePose = 0x58; // bool public const byte bImageIsStationary = 0x59; // bool } } }