UIGameQueueCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIGameQueueCompData.typeInfo TypeInformation

Constructors

UIGameQueueCompData

UIGameQueueCompData()

Creates a new UIGameQueueCompData frostbite instance.

UIGameQueueCompData

UIGameQueueCompData(guid: Guid)

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

Parameters

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

UIGameQueueCompData

UIGameQueueCompData(other: UIComponentData)

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

Parameters

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

UIGameQueueCompData

UIGameQueueCompData(other: Asset)

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

Parameters

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

UIGameQueueCompData

UIGameQueueCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIGameQueueCompData type.

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