Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering > API/Runtime/Engine/Rendering/FSkeletalMeshLODModel
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Rendering/SkeletalMeshLODModel.h |
| Include | #include "Rendering/SkeletalMeshLODModel.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMeshLODModel.cpp |
void Serialize
(
FArchive & Ar,
UObject * Owner,
int32 Idx
)
Remarks
Special serialize function passing the owning UObject along as required by FUnytpedBulkData serialization.
Parameters
| Name | Description |
|---|---|
| Ar | Archive to serialize with |
| Owner | UObject this structure is serialized within |
| Idx | Index of current array entry being serialized |