UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MeshDeformerGeometryReadback.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
7#define UE_API ENGINE_API
8
10
19
30
31#undef UE_API
OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
@ INDEX_NONE
Definition CoreMiscDefines.h:150
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
#define UE_API
Definition MeshDeformerGeometryReadback.h:7
Definition Array.h:670
Definition AndroidPlatformMisc.h:14
Definition MeshDeformerGeometryReadback.h:21
bool bMeshDescriptionHandled
Definition MeshDeformerGeometryReadback.h:25
TFunction< void(const FMeshDescription &)> MeshDescriptionCallback_AnyThread
Definition MeshDeformerGeometryReadback.h:24
bool bVertexDataArraysHandled
Definition MeshDeformerGeometryReadback.h:28
UE_API ~FMeshDeformerGeometryReadbackRequest()
Definition MeshDeformerGeometryReadback.cpp:6
TFunction< void(const FMeshDeformerGeometryReadbackVertexDataArrays &)> VertexDataArraysCallback_AnyThread
Definition MeshDeformerGeometryReadback.h:27
Definition MeshDeformerGeometryReadback.h:12
TArray< FVector3f > Tangents
Definition MeshDeformerGeometryReadback.h:16
TArray< FVector3f > Normals
Definition MeshDeformerGeometryReadback.h:15
TArray< FVector4f > Colors
Definition MeshDeformerGeometryReadback.h:17
int32 LODIndex
Definition MeshDeformerGeometryReadback.h:13
TArray< FVector3f > Positions
Definition MeshDeformerGeometryReadback.h:14
Definition MeshDescription.h:94