UICampaignCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UICampaignCompData.typeInfo TypeInformation

Constructors

UICampaignCompData

UICampaignCompData()

Creates a new UICampaignCompData frostbite instance.

UICampaignCompData

UICampaignCompData(guid: Guid)

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

Parameters

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

UICampaignCompData

UICampaignCompData(other: UIComponentData)

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

Parameters

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

UICampaignCompData

UICampaignCompData(other: Asset)

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

Parameters

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

UICampaignCompData

UICampaignCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UICampaignCompData type.

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