Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FReliableNetBlobQueue
Description
Put a blob to be sent in the queue. Returns true if the blob was successfully queued and false if the queue was full.
| Name | Enqueue |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetBlob/ReliableNetBlobQueue.h |
| Include Path | #include "Iris/ReplicationSystem/NetBlob/ReliableNetBlobQueue.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/NetBlob/ReliableNetBlobQueue.cpp |
bool Enqueue
(
const TRefCountPtr < FNetBlob > & Blob
)