[Anchor](API\Plugins\RigLogicLib\Anchor) is a virtual, utility type only (meaning it does not write or read any data from the stream) It only captures the current position in the stream (into an in-memory variable only), at the time when the anchor is encountered in the serialization process.
Anchor is a virtual, utility type only (meaning it does not write or read any data from the stream) It only captures the current position in the stream (into an in-memory variable only), at the time when the anchor is encountered in the serialization process. An Anchor can be associated with an ArchiveSize type, and ArchiveSize will use it as the base offset from which to calculate its own size.