Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UGeometryScriptLibrary_MeshPoolFunctions
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshPoolFunctions.h |
| Include | #include "GeometryScript/MeshPoolFunctions.h" |
Syntax
UCLASS (Meta=(ScriptName="GeometryScript_MeshPoolUtility"))
class UGeometryScriptLibrary_MeshPoolFunctions : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Fully clear/destroy the current global mesh pool, allowing it and all its meshes to be garbage collected | ||
| static | UPARAM
(
DisplayName |
Access a global compute mesh pool (created on first access) |