UIAwardsScreenCompData

Inherits from UIComponentData

Summary

Constructors

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

Properties

Name Type
trackableAwardRow StatsCategoryBaseData[]
trackableAwardCol StatsCategoryBaseData[]

Static members

Name Type
UIAwardsScreenCompData.typeInfo TypeInformation

Constructors

UIAwardsScreenCompData

UIAwardsScreenCompData()

Creates a new UIAwardsScreenCompData frostbite instance.

UIAwardsScreenCompData

UIAwardsScreenCompData(guid: Guid)

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

Parameters

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

UIAwardsScreenCompData

UIAwardsScreenCompData(other: UIComponentData)

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

Parameters

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

UIAwardsScreenCompData

UIAwardsScreenCompData(other: Asset)

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

Parameters

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

UIAwardsScreenCompData

UIAwardsScreenCompData(other: DataContainer)

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

Parameters

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

Properties

trackableAwardRow

StatsCategoryBaseData[]

trackableAwardCol

StatsCategoryBaseData[]

Static members

typeInfo

TypeInformation

The type information for the UIAwardsScreenCompData type.

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