Same as WriteValue, but does not create a new object in the serializer This is so that user variables do not contain unnecessary subblocks.
| 121 | // Same as WriteValue, but does not create a new object in the serializer |
| 122 | // This is so that user variables do not contain unnecessary subblocks. |
| 123 | void PClass::WriteAllFields(FSerializer &ar, const void *addr) const |
| 124 | { |
| 125 | RecurseWriteFields(this, ar, addr); |
| 126 | } |
| 127 | |
| 128 | //========================================================================== |
| 129 | // |
no test coverage detected