Navigation
API > API/Runtime > API/Runtime/NetCore
| Name | FNetToken |
| Type | class |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetToken/NetToken.h |
| Include Path | #include "Net/Core/NetToken/NetToken.h" |
Syntax
class FNetToken
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNetToken () |
Net/Core/NetToken/NetToken.h | ||
FNetToken
(
uint32 InTypeId, |
Net/Core/NetToken/NetToken.h |
Enums
Public
| Name | Remarks |
|---|---|
| ENetTokenAuthority | |
| FNetToken | |
| FNetToken | |
| FNetToken | |
| FNetToken | How many bits we use to express the TypeId for NetTokens, Increasing this value will break network compatibility and might need versioning for replays. |
| FNetToken | How many bits we use to express the index part of NetTokens |
| FNetToken | |
| FNetToken |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FTypeId | uint32 | Net/Core/NetToken/NetToken.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsAssignedByAuthority | uint32 | Net/Core/NetToken/NetToken.h | ||
| Index | uint32 | Net/Core/NetToken/NetToken.h | ||
| Padding | uint32 | Net/Core/NetToken/NetToken.h | ||
| TypeId | uint32 | Net/Core/NetToken/NetToken.h | ||
| Value | uint32 | Net/Core/NetToken/NetToken.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FNetToken | union UE::Net::FNetToken | Net/Core/NetToken/NetToken.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetIndex() |
Net/Core/NetToken/NetToken.h | ||
FTypeId GetTypeId() |
Net/Core/NetToken/NetToken.h | ||
bool IsAssignedByAuthority() |
Net/Core/NetToken/NetToken.h | ||
bool IsValid() |
Net/Core/NetToken/NetToken.h | ||
FString ToString() |
Net/Core/NetToken/NetToken.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FNetToken& Other |
Net/Core/NetToken/NetToken.h |