$UGetRelationshipsRelationshipExtension extension

on

Properties

isNotFoundActor bool

Available on UGetRelationshipsRelationship, provided by the $UGetRelationshipsRelationshipExtension extension

Returns true if this data is NotFoundActor, otherwise false.
no setter
isNotNotFoundActor bool

Available on UGetRelationshipsRelationship, provided by the $UGetRelationshipsRelationshipExtension extension

Returns true if this data is not NotFoundActor, otherwise false.
no setter
isNotRelationship bool

Available on UGetRelationshipsRelationship, provided by the $UGetRelationshipsRelationshipExtension extension

Returns true if this data is not Relationship, otherwise false.
no setter
isNotUnknown bool

Available on UGetRelationshipsRelationship, provided by the $UGetRelationshipsRelationshipExtension extension

Returns true if this data is not unknown object, otherwise false.
no setter
isRelationship bool

Available on UGetRelationshipsRelationship, provided by the $UGetRelationshipsRelationshipExtension extension

Returns true if this data is Relationship, otherwise false.
no setter
isUnknown bool

Available on UGetRelationshipsRelationship, provided by the $UGetRelationshipsRelationshipExtension extension

Returns true if this data is unknown object, otherwise false.
no setter
notFoundActor NotFoundActor

Available on UGetRelationshipsRelationship, provided by the $UGetRelationshipsRelationshipExtension extension

Returns this data as NotFoundActor.
no setter
notFoundActorOrNull NotFoundActor?

Available on UGetRelationshipsRelationship, provided by the $UGetRelationshipsRelationshipExtension extension

Returns NotFoundActor if this data is NotFoundActor, otherwise null.
no setter
relationship Relationship

Available on UGetRelationshipsRelationship, provided by the $UGetRelationshipsRelationshipExtension extension

Returns this data as Relationship.
no setter
relationshipOrNull Relationship?

Available on UGetRelationshipsRelationship, provided by the $UGetRelationshipsRelationshipExtension extension

Returns Relationship if this data is Relationship, otherwise null.
no setter
unknown Map<String, dynamic>

Available on UGetRelationshipsRelationship, provided by the $UGetRelationshipsRelationshipExtension extension

Returns this data as JSON object.
no setter
unknownOrNull Map<String, dynamic>?

Available on UGetRelationshipsRelationship, provided by the $UGetRelationshipsRelationshipExtension extension

Returns JSON object if this data is unknown, otherwise null.
no setter

Methods

toJson() Map<String, dynamic>

Available on UGetRelationshipsRelationship, provided by the $UGetRelationshipsRelationshipExtension extension

Returns JSON representation.