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)
AActor > UObject
DecalActor contains a DecalComponent which can be used to render material modifications on top of existing geometry.
namespace Offsets { namespace Classes { // Inheritance: AActor > UObject namespace ADecalActor { constexpr auto Decal = 0x220; // UDecalComponent* } } }
public static class Offsets { public static class Classes { // Inheritance: AActor > UObject public static class ADecalActor { public const UInt16 Decal = 0x220; // UDecalComponent* } } }