UObject
Chain of source effect presets that can be shared between referencing sounds.
Chain of source effects to use for this sound source.
namespace Offsets { namespace Classes { // Inheritance: UObject namespace USoundEffectSourcePresetChain { constexpr auto Chain = 0x28; // TArray<FSourceEffectChainEntry> constexpr auto bPlayEffectChainTails = 0x38; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class USoundEffectSourcePresetChain { public const byte Chain = 0x28; // TArray<FSourceEffectChainEntry> public const byte bPlayEffectChainTails = 0x38; // char : 1 } } }