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