Struct CeresGraphIdentifier
Identifier for ICeresGraphContainer instance
public struct CeresGraphIdentifier : IEquatable<CeresGraphIdentifier>
- Implements
-
IEquatable<CeresGraphIdentifier>
- Inherited Members
-
object.Equals(object, object)object.GetType()object.ReferenceEquals(object, object)
Fields
boundObject
public UObject boundObject
Field Value
- UObject
containerType
public string containerType
Field Value
- string
Methods
Equals(CeresGraphIdentifier)
public bool Equals(CeresGraphIdentifier other)
Parameters
otherCeresGraphIdentifier
Returns
- bool
Equals(object)
public override bool Equals(object obj)
Parameters
objobject
Returns
- bool
GetContainer<TContainer>()
Get ICeresGraphContainer from identifier
public TContainer GetContainer<TContainer>() where TContainer : class, ICeresGraphContainer
Returns
- TContainer
Type Parameters
TContainer
GetHashCode()
public override int GetHashCode()
Returns
- int
IsValid()
public bool IsValid()
Returns
- bool
ToString()
public override string ToString()
Returns
- string