Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/Core
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/Core/NetObjectReference.h |
| Include | #include "Iris/Core/NetObjectReference.h" |
Syntax
class FNetObjectReference
Remarks
A reference to a network addressable object.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns whether the object reference can be exported. | ||
| FNetToken | GetPathToken () |
Returns the NetToken part of the object reference. | |
| FNetRefHandle | GetRefHandle () |
Returns the NetRefHandle part of the object reference. | |
| bool | IsValid () |
Returns whether the reference points to a valid object. | |
| FString | ToString () |
Returns a human readable string representing the object reference, for debugging purposes. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FNetObjectReference& Other |
Returns whether this reference doesn't point to the same network addressable objects as some other reference. | |
| bool | operator==
(
const FNetObjectReference& Other |
Returns whether this reference points to the same network addressable objects as some other reference. |