Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/Serialization
References
| |
|
| Module |
IrisCore |
| Header |
/Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/Serialization/NetSerializer.h |
| Include |
#include "Iris/Serialization/NetSerializer.h" |
Syntax
struct FNetSerializerChangeMaskParam
Variables
| |
Type |
Name |
Description |
 |
uint32 |
BitCount |
Number of bits used for the member. This is typically 1, except for special cases like arrays. |
 |
uint32 |
BitOffset |
Offset in the change mask where we store the bits for the member. |