Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TQuat
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Quat.h |
| Include | #include "Math/Quat.h" |
| Source | /Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp |
bool NetSerialize
&40;
FArchive & Ar,
class UPackageMap &42; Map,
bool & bOutSuccess
&41;
Remarks
Serializes the vector compressed for e.g. network transmission. false to allow the ordinary struct code to run (this never happens).
Parameters
| Name | Description |
|---|---|
| Ar | Archive to serialize to/ from. |