UIVoiceCompData

Inherits from UIComponentData

Summary

Constructors

UIVoiceCompData()
UIVoiceCompData(guid: Guid)
UIVoiceCompData(other: UIComponentData)
UIVoiceCompData(other: Asset)
UIVoiceCompData(other: DataContainer)

Properties

Name Type
hudMaxSpeakers int

Static members

Name Type
UIVoiceCompData.typeInfo TypeInformation

Constructors

UIVoiceCompData

UIVoiceCompData()

Creates a new UIVoiceCompData frostbite instance.

UIVoiceCompData

UIVoiceCompData(guid: Guid)

Creates a new UIVoiceCompData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

UIVoiceCompData

UIVoiceCompData(other: UIComponentData)

Casts an instance of type UIComponentData to UIVoiceCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to UIVoiceCompData.

UIVoiceCompData

UIVoiceCompData(other: Asset)

Casts an instance of type Asset to UIVoiceCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to UIVoiceCompData.

UIVoiceCompData

UIVoiceCompData(other: DataContainer)

Casts an instance of type DataContainer to UIVoiceCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to UIVoiceCompData.

Properties

hudMaxSpeakers

int

Static members

typeInfo

TypeInformation

The type information for the UIVoiceCompData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)