Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UGeometryScriptLibrary_MeshSamplingFunctions
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshSamplingFunctions.h |
| Include | #include "GeometryScript/MeshSamplingFunctions.h" |
Syntax
UCLASS&40;Meta&61;&40;ScriptName&61;"GeometryScript_MeshSampling"&41;&41;
class UGeometryScriptLibrary_MeshSamplingFunctions : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDynamicMesh * | ComputeNonUniformPointSampling
(
UDynamicMesh* TargetMesh, |
Compute a set of sample points lying on the surface of TargetMesh based on the provided sampling Options and NonUniformOptions. | |
| UDynamicMesh * | ComputePointSampling
(
UDynamicMesh* TargetMesh, |
Compute a set of sample points lying on the surface of TargetMesh based on the provided sampling Options. | |
| UDynamicMesh * | ComputeVertexWeightedPointSampling
(
UDynamicMesh* TargetMesh, |
Compute a set of sample points lying on the surface of TargetMesh based on the provided sampling Options and NonUniformOptions. |