Contents

isValid

A Boolean value indicating whether this attribute is valid.

Declaration

var isValid: Bool { get }

Discussion

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

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