Contents

isValid

A Boolean value indicating whether this relationship is valid.

Declaration

var isValid: Bool { get }

Discussion

A relationship’s validity is connected to a USDStage. A relationship becomes invalid when the lifetime of its stage ends.

A relationship will also expire if its stage no longer defines a value for the relationship. isValid is false if this relationship has expired.