RuntimeMeshLegacySerialization.h
Go to the documentation of this file.
1 // Copyright 2016-2018 Chris Conway (Koderz). All Rights Reserved.
2 
3 #pragma once
4 
5 #include "CoreMinimal.h"
6 
7 class URuntimeMeshComponent;
8 
13 {
14 public:
15  static bool Serialize(FArchive& Ar);
16 
17 private:
18  static void SerializeV1(FArchive& Ar);
19  static void SerializeV2(FArchive& Ar);
20 
21  static void SerializeRMCSection(FArchive& Ar, int32 SectionIndex);
22 
23  static void SectionSerialize(FArchive& Ar, bool bNeedsPositionOnlyBuffer);
24 };
static void SerializeRMCSection(FArchive &Ar, int32 SectionIndex)
static void SectionSerialize(FArchive &Ar, bool bNeedsPositionOnlyBuffer)


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:41