UIDirectAccessCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIDirectAccessCompData.typeInfo TypeInformation

Constructors

UIDirectAccessCompData

UIDirectAccessCompData()

Creates a new UIDirectAccessCompData frostbite instance.

UIDirectAccessCompData

UIDirectAccessCompData(guid: Guid)

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

Parameters

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

UIDirectAccessCompData

UIDirectAccessCompData(other: UIComponentData)

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

Parameters

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

UIDirectAccessCompData

UIDirectAccessCompData(other: Asset)

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

Parameters

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

UIDirectAccessCompData

UIDirectAccessCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIDirectAccessCompData type.

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