Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetBlob
Description
Set the blob state. Use when there's a descriptor to avoid having to override serialization functions.
| Name | SetState |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetBlob/NetBlob.h |
| Include Path | #include "Iris/ReplicationSystem/NetBlob/NetBlob.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/NetBlob/NetBlob.cpp |
void SetState
(
const TRefCountPtr < const FReplicationStateDescriptor > & BlobDescriptor,
FQuantizedBlobState && QuantizedBlobState
)