#include <NetBlob.h>
◆ EMemoryAllocationFlags
| Enumerator |
|---|
| None | |
| Protectable | |
◆ FQuantizedBlobState() [1/4]
| UE::Net::FNetBlob::FQuantizedBlobState::FQuantizedBlobState |
( |
| ) |
|
|
default |
◆ FQuantizedBlobState() [2/4]
◆ FQuantizedBlobState() [3/4]
◆ FQuantizedBlobState() [4/4]
◆ ~FQuantizedBlobState()
| UE::Net::FNetBlob::FQuantizedBlobState::~FQuantizedBlobState |
( |
| ) |
|
◆ GetStateBuffer() [1/2]
| uint8 * UE::Net::FNetBlob::FQuantizedBlobState::GetStateBuffer |
( |
| ) |
|
|
inline |
◆ GetStateBuffer() [2/2]
| const uint8 * UE::Net::FNetBlob::FQuantizedBlobState::GetStateBuffer |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Protect()
| void UE::Net::FNetBlob::FQuantizedBlobState::Protect |
( |
| ) |
|
Protects the state buffer such that a page fault will occur if something tries to modify its contents. The state must have been constructed with EMemoryAllocationFlags::Protectable.
◆ Unprotect()
| void UE::Net::FNetBlob::FQuantizedBlobState::Unprotect |
( |
| ) |
|
Allows the state buffer to be modified again if it was protected.
The documentation for this struct was generated from the following files:
- Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetBlob/NetBlob.h
- Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/NetBlob/NetBlob.cpp