![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RepLayout.h>
Public Member Functions | |
| FRepSerializedPropertyInfo () | |
Public Attributes | |
| FRepSharedPropertyKey | PropertyKey |
| int32 | BitOffset |
| int32 | BitLength |
| int32 | PropBitOffset |
| int32 | PropBitLength |
Holds the unique identifier and offsets/lengths of a net serialized property used for Shared Serialization
|
inline |
| int32 FRepSerializedPropertyInfo::BitLength |
Length in bits of all serialized data for this property, may include handle and checksum.
| int32 FRepSerializedPropertyInfo::BitOffset |
Bit offset into shared buffer of the shared data
| int32 FRepSerializedPropertyInfo::PropBitLength |
Length in bits of net serialized property data only
| int32 FRepSerializedPropertyInfo::PropBitOffset |
Bit offset into shared buffer of the property data.
| FRepSharedPropertyKey FRepSerializedPropertyInfo::PropertyKey |
Unique identifier for this property