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)
USoundNode > UObject
Defines a delay
The lower bound of delay time in seconds.
The upper bound of delay time in seconds.
namespace Offsets { namespace Classes { // Inheritance: USoundNode > UObject namespace USoundNodeDelay { constexpr auto DelayMin = 0x48; // float constexpr auto DelayMax = 0x4c; // float } } }
public static class Offsets { public static class Classes { // Inheritance: USoundNode > UObject public static class USoundNodeDelay { public const byte DelayMin = 0x48; // float public const byte DelayMax = 0x4c; // float } } }