Constructor UntypedWeakReferenceId
UntypedWeakReferenceId(RuntimeGlobalObjectId, WeakReferenceGenerationType)
Construct a reference given the global id and generation type.
Declaration
public UntypedWeakReferenceId(RuntimeGlobalObjectId globalObjId, WeakReferenceGenerationType genType)
Parameters
| Type | Name | Description | 
|---|---|---|
| RuntimeGlobalObjectId | globalObjId | The global object id.  | 
    
| WeakReferenceGenerationType | genType | The generation type.  | 
    
UntypedWeakReferenceId(Hash128, long, int, WeakReferenceGenerationType)
Construct new UntypedWeakReferenceId.
Declaration
public UntypedWeakReferenceId(Hash128 guid, long localFileIdentifier, int idType, WeakReferenceGenerationType genType)
Parameters
| Type | Name | Description | 
|---|---|---|
| Hash128 | guid | The asset guid.  | 
    
| long | localFileIdentifier | The object local identifier.  | 
    
| int | idType | The object type.  | 
    
| WeakReferenceGenerationType | genType | The id generation type.  |