Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetBlob > API/Runtime/IrisCore/FNetBlob/FQuantizedBlobState
| Name | EMemoryAllocationFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetBlob/NetBlob.h |
| Include Path | #include "Iris/ReplicationSystem/NetBlob/NetBlob.h" |
Syntax
enum EMemoryAllocationFlags
{
None = 0,
Protectable = 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Protectable | If the state is constructed as protectable one can call Protect() to detect memory stomps. |