UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Local::FDynamicMeshCopyHelper Class Reference

Classes

struct  FStashedMesh
 

Static Public Member Functions

static void Initialize ()
 
static void DiscardExpiredMeshes ()
 
static int32 StashMeshReference (UDynamicMesh *SourceMesh)
 
static TUniquePtr< FDynamicMesh3ExtractStashedMesh (int32 MeshKey)
 

Static Protected Attributes

static TMap< int32, FStashedMeshStashedMeshes
 
static FRandomStream KeyGenerator
 

Member Function Documentation

◆ DiscardExpiredMeshes()

static void UE::Local::FDynamicMeshCopyHelper::DiscardExpiredMeshes ( )
inlinestatic

◆ ExtractStashedMesh()

static TUniquePtr< FDynamicMesh3 > UE::Local::FDynamicMeshCopyHelper::ExtractStashedMesh ( int32  MeshKey)
inlinestatic

◆ Initialize()

static void UE::Local::FDynamicMeshCopyHelper::Initialize ( )
inlinestatic

◆ StashMeshReference()

static int32 UE::Local::FDynamicMeshCopyHelper::StashMeshReference ( UDynamicMesh SourceMesh)
inlinestatic

Member Data Documentation

◆ KeyGenerator

FRandomStream UE::Local::FDynamicMeshCopyHelper::KeyGenerator
staticprotected

◆ StashedMeshes

TMap< int32, FDynamicMeshCopyHelper::FStashedMesh > UE::Local::FDynamicMeshCopyHelper::StashedMeshes
staticprotected

The documentation for this class was generated from the following file: