RuntimeMeshUpdateCommands.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 "Engine/Engine.h"
6 #include "Components/MeshComponent.h"
7 
8 
9 
11 {
12  TArray<uint8> Data;
13  int32 NumVertices;
14 };
16 {
18 };
20 {
22  int32 NumUVs;
23 };
24 
26 {
28  TArray<uint8> Data;
29  int32 NumIndices;
30 };
31 
33 {
35 
40 
43 
44  bool bIsVisible;
46 };
47 using FRuntimeMeshSectionCreationParamsPtr = TSharedPtr<FRuntimeMeshSectionCreationParams, ESPMode::NotThreadSafe>;
48 
50 {
52 
57 
60 };
61 using FRuntimeMeshSectionUpdateParamsPtr = TSharedPtr<FRuntimeMeshSectionUpdateParams, ESPMode::NotThreadSafe>;
62 
64 {
65  bool bIsVisible;
67 };
68 using FRuntimeMeshSectionPropertyUpdateParamsPtr = TSharedPtr<FRuntimeMeshSectionPropertyUpdateParams, ESPMode::NotThreadSafe>;
69 
FRuntimeMeshSectionUVVertexBufferParams UVsVertexBuffer
FRuntimeMeshSectionUVVertexBufferParams UVsVertexBuffer
EUpdateFrequency
FRuntimeMeshSectionTangentVertexBufferParams TangentsVertexBuffer
FRuntimeMeshSectionVertexBufferParams PositionVertexBuffer
TSharedPtr< FRuntimeMeshSectionPropertyUpdateParams, ESPMode::NotThreadSafe > FRuntimeMeshSectionPropertyUpdateParamsPtr
TSharedPtr< FRuntimeMeshSectionUpdateParams, ESPMode::NotThreadSafe > FRuntimeMeshSectionUpdateParamsPtr
FRuntimeMeshSectionIndexBufferParams AdjacencyIndexBuffer
FRuntimeMeshSectionVertexBufferParams ColorVertexBuffer
FRuntimeMeshSectionVertexBufferParams PositionVertexBuffer
FRuntimeMeshSectionVertexBufferParams ColorVertexBuffer
TSharedPtr< FRuntimeMeshSectionCreationParams, ESPMode::NotThreadSafe > FRuntimeMeshSectionCreationParamsPtr
FRuntimeMeshSectionIndexBufferParams AdjacencyIndexBuffer
ERuntimeMeshBuffersToUpdate
FRuntimeMeshSectionIndexBufferParams IndexBuffer
FRuntimeMeshSectionTangentVertexBufferParams TangentsVertexBuffer
FRuntimeMeshSectionIndexBufferParams IndexBuffer
ERuntimeMeshBuffersToUpdate BuffersToUpdate


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