Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetSerializerArrayStorage
Description
Free - Free allocated memory and reset state. it is valid to pass in a zero-initialized state The state storage in which the storage is located is expected to be in a valid state which can either be zero initialized or a previous valid state. Should typically only be called from within a the implemntation of NetSerializer::FreeDynamicState()
| Name | Free |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/Serialization/NetSerializerArrayStorage.h |
| Include Path | #include "Iris/Serialization/NetSerializerArrayStorage.h" |
void Free
(
FNetSerializationContext & Context
)