BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'SlateSound' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Slate Sound |
Outputs
Type | Name | Description |
---|---|---|
object | Sound | Pointer to the USoundBase. Holding onto it as a UObject because USoundBase is not available in Slate core.Edited via FSlateSoundStructCustomization to ensure you can only set USoundBase assets on it. |