UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject
namespace Offsets { namespace Classes { // Inheritance: UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject namespace UNiagaraDataInterfaceLandscape { constexpr auto SourceLandscape = 0x38; // AActor* constexpr auto SourceMode = 0x40; // ENDILandscape_SourceMode constexpr auto PhysicalMaterials = 0x48; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject public static class UNiagaraDataInterfaceLandscape { public const byte SourceLandscape = 0x38; // AActor* public const byte SourceMode = 0x40; // ENDILandscape_SourceMode public const byte PhysicalMaterials = 0x48; // TArray } } }