Show / Hide Table of Contents

Struct SlateSound

An intermediary to make UBaseSound available for Slate to play sounds

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.SlateCore
Assembly: UE4DotNet.dll
Syntax
public struct SlateSound

Properties

| Improve this Doc View Source

ResourceObject

Pointer to the USoundBase.

Declaration
public UObject ResourceObject { get; set; }
Property Value
Type Description
UObject
Remarks

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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX