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
Selects a child node based on the value of a integer parameter
The name of the integer parameter to use to determine which branch we should take
namespace Offsets { namespace Classes { // Inheritance: USoundNode > UObject namespace USoundNodeSwitch { constexpr auto IntParameterName = 0x48; // FName } } }
public static class Offsets { public static class Classes { // Inheritance: USoundNode > UObject public static class USoundNodeSwitch { public const byte IntParameterName = 0x48; // FName } } }