BlueprintAndVariationPair

Inherits from Asset

Summary

Constructors

BlueprintAndVariationPair()
BlueprintAndVariationPair(guid: Guid)
BlueprintAndVariationPair(other: Asset)
BlueprintAndVariationPair(other: DataContainer)

Properties

Name Type
baseAsset Asset | nil
variation ObjectVariation | nil

Static members

Name Type
BlueprintAndVariationPair.typeInfo TypeInformation

Constructors

BlueprintAndVariationPair

BlueprintAndVariationPair()

Creates a new BlueprintAndVariationPair frostbite instance.

BlueprintAndVariationPair

BlueprintAndVariationPair(guid: Guid)

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

Parameters

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

BlueprintAndVariationPair

BlueprintAndVariationPair(other: Asset)

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

Parameters

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

BlueprintAndVariationPair

BlueprintAndVariationPair(other: DataContainer)

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

Parameters

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

Properties

baseAsset

Asset | nil

variation

ObjectVariation | nil

Static members

typeInfo

TypeInformation

The type information for the BlueprintAndVariationPair type.

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