Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UObject
Base class for all bone compression codecs.
Description for this codec.
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UAnimBoneCompressionCodec { constexpr auto Description = 0x28; // FString } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UAnimBoneCompressionCodec { public const byte Description = 0x28; // FString } } }