Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/Serialization
Inheritance Hierarchy
- FNetSerializerBaseArgs
- FNetApplyArgs
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/Serialization/NetSerializer.h |
| Include | #include "Iris/Serialization/NetSerializer.h" |
Syntax
struct FNetApplyArgs : public UE::Net::FNetSerializerBaseArgs
Remarks
Serializers that want to be selective about which members to modify in the target instance when applying state should implement Apply where the serializer is responsible for setting the members of the target instance. The function operates on non-quantized state.
Variables
| Type | Name | Description | |
|---|---|---|---|
| NetSerializerValuePointer | Source | A pointer to the non-quantized source data. | |
| NetSerializerValuePointer | Target | A pointer to the non-quantized target data. |