UIWidgetMovieCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIWidgetMovieCompData.typeInfo TypeInformation

Constructors

UIWidgetMovieCompData

UIWidgetMovieCompData()

Creates a new UIWidgetMovieCompData frostbite instance.

UIWidgetMovieCompData

UIWidgetMovieCompData(guid: Guid)

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

Parameters

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

UIWidgetMovieCompData

UIWidgetMovieCompData(other: UIComponentData)

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

Parameters

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

UIWidgetMovieCompData

UIWidgetMovieCompData(other: Asset)

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

Parameters

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

UIWidgetMovieCompData

UIWidgetMovieCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIWidgetMovieCompData type.

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