Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetBlob
| Name | FQuantizedBlobState |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetBlob/NetBlob.h |
| Include Path | #include "Iris/ReplicationSystem/NetBlob/NetBlob.h" |
Syntax
struct FQuantizedBlobState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Iris/ReplicationSystem/NetBlob/NetBlob.h | |||
FQuantizedBlobState
(
const FQuantizedBlobState& |
Iris/ReplicationSystem/NetBlob/NetBlob.h | ||
| Iris/ReplicationSystem/NetBlob/NetBlob.h | |||
FQuantizedBlobState
(
uint32 Size, |
Iris/ReplicationSystem/NetBlob/NetBlob.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FQuantizedBlobState() |
Iris/ReplicationSystem/NetBlob/NetBlob.h |
Enums
Public
| Name | Remarks |
|---|---|
| EMemoryAllocationFlags |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllocationSize | uint32 | Iris/ReplicationSystem/NetBlob/NetBlob.h | ||
| MemoryAllocationFlags | EMemoryAllocationFlags | Iris/ReplicationSystem/NetBlob/NetBlob.h | ||
| StateBuffer | uint8 * | Iris/ReplicationSystem/NetBlob/NetBlob.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint8 * GetStateBuffer () |
Iris/ReplicationSystem/NetBlob/NetBlob.h | ||
const uint8 * GetStateBuffer () |
Iris/ReplicationSystem/NetBlob/NetBlob.h | ||
void Protect () |
Protects the state buffer such that a page fault will occur if something tries to modify its contents. | Iris/ReplicationSystem/NetBlob/NetBlob.h | |
void Unprotect() |
Allows the state buffer to be modified again if it was protected. | Iris/ReplicationSystem/NetBlob/NetBlob.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FQuantizedBlobState & operator=
(
const FQuantizedBlobState& |
Iris/ReplicationSystem/NetBlob/NetBlob.h | ||
| Iris/ReplicationSystem/NetBlob/NetBlob.h |