UDestructibleMesh::SetupChunksFromStaticMeshes

Initialized this DestructibleMesh from the StaticMesh it was created from and the passed in ChunkMeshes to build the level 1 chunks from.

Windows
MacOS
Linux

References

Module

ApexDestruction

Header

/Engine/Plugins/Runtime/ApexDestruction/Source/ApexDestruction/Public/DestructibleMesh.h

Include

#include "DestructibleMesh.h"

Source

/Engine/Plugins/Runtime/ApexDestruction/Source/ApexDestruction/Private/DestructibleMesh.cpp

Syntax

bool SetupChunksFromStaticMeshes
(
    const TArray< UStaticMesh * > & ChunkMeshes
)

Remarks

Initialized this DestructibleMesh from the StaticMesh it was created from and the passed in ChunkMeshes to build the level 1 chunks from.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

ChunkMeshes

Meshes to build the level1 chunks from

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss