UIInstallHDContentCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIInstallHDContentCompData.typeInfo TypeInformation

Constructors

UIInstallHDContentCompData

UIInstallHDContentCompData()

Creates a new UIInstallHDContentCompData frostbite instance.

UIInstallHDContentCompData

UIInstallHDContentCompData(guid: Guid)

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

Parameters

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

UIInstallHDContentCompData

UIInstallHDContentCompData(other: UIComponentData)

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

Parameters

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

UIInstallHDContentCompData

UIInstallHDContentCompData(other: Asset)

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

Parameters

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

UIInstallHDContentCompData

UIInstallHDContentCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIInstallHDContentCompData type.

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