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)
AVolume > ABrush > AActor > UObject
An invisible volume used to block ProceduralFoliage instances from being spawned.
namespace Offsets { namespace Classes { // Inheritance: AVolume > ABrush > AActor > UObject namespace AProceduralFoliageBlockingVolume { constexpr auto ProceduralFoliageVolume = 0x258; // AProceduralFoliageVolume* } } }
public static class Offsets { public static class Classes { // Inheritance: AVolume > ABrush > AActor > UObject public static class AProceduralFoliageBlockingVolume { public const UInt16 ProceduralFoliageVolume = 0x258; // AProceduralFoliageVolume* } } }