Property | Type | Description | |
---|---|---|---|
Null |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Equality is determined by the equality of the encapsulated IntPtr.
|
|
GetHashCode ( ) : int | ||
UObjectHandle ( ) : System |
Construct a new handle. This constructor is used by the interop code, user code should not invoke it. |
|
UObjectHandle ( |
Construct a new handle to a native UObject instance. This constructor is currently only used to construct IScriptObject(s).
|
Method | Description | |
---|---|---|
ReleaseHandle ( ) : bool |
public Equals ( object obj ) : bool | ||
obj | object | UObjectHandle to compare with. |
return | bool |
public UObjectHandle ( |
||
nativeObject | Pointer to a native UObject instance. | |
ownsHandle | bool | true if the handle should release the native object when /// disposed, false otherwise |
return | System |