UMaterialExpression > UObject
The names of the parameters.
The index of the dynamic parameter for use in tools that allow > 1
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpression > UObject namespace UMaterialExpressionDynamicParameter { constexpr auto ParamNames = 0x40; // TArray<FString> constexpr auto DefaultValue = 0x50; // FLinearColor constexpr auto ParameterIndex = 0x60; // uint32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpression > UObject public static class UMaterialExpressionDynamicParameter { public const byte ParamNames = 0x40; // TArray<FString> public const byte DefaultValue = 0x50; // FLinearColor public const byte ParameterIndex = 0x60; // uint32_t } } }