UCustomMeshComponent::ClearCustomMeshTriangles

Removes all geometry from this triangle mesh.

Windows
MacOS
Linux

References

Module

CustomMeshComponent

Header

/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Classes/CustomMeshComponent.h

Include

#include "CustomMeshComponent.h"

Source

/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Components|CustomMesh")
void ClearCustomMeshTriangles()

Remarks

Removes all geometry from this triangle mesh. Does not deallocate memory, allowing new geometry to reuse the existing allocation.

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