UITeamSupportTagCompData

Inherits from UI3dIconCompData

Summary

Constructors

UITeamSupportTagCompData()
UITeamSupportTagCompData(guid: Guid)
UITeamSupportTagCompData(other: UI3dIconCompData)
UITeamSupportTagCompData(other: UIComponentData)
UITeamSupportTagCompData(other: Asset)
UITeamSupportTagCompData(other: DataContainer)

Static members

Name Type
UITeamSupportTagCompData.typeInfo TypeInformation

Constructors

UITeamSupportTagCompData

UITeamSupportTagCompData()

Creates a new UITeamSupportTagCompData frostbite instance.

UITeamSupportTagCompData

UITeamSupportTagCompData(guid: Guid)

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

Parameters

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

UITeamSupportTagCompData

UITeamSupportTagCompData(other: UI3dIconCompData)

Casts an instance of type UI3dIconCompData to UITeamSupportTagCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UI3dIconCompData The instance to cast to UITeamSupportTagCompData.

UITeamSupportTagCompData

UITeamSupportTagCompData(other: UIComponentData)

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

Parameters

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

UITeamSupportTagCompData

UITeamSupportTagCompData(other: Asset)

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

Parameters

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

UITeamSupportTagCompData

UITeamSupportTagCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UITeamSupportTagCompData type.

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