Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshBasicEditFunctions.h |
| Include | #include "GeometryScript/MeshBasicEditFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptSimpleMeshBuffers
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FVector > | Normals | ||
| TArray< FIntVector > | Triangles | ||
| TArray< int > | TriGroupIDs | ||
| TArray< FVector2D > | UV0 | ||
| TArray< FVector2D > | UV1 | ||
| TArray< FVector2D > | UV2 | ||
| TArray< FVector2D > | UV3 | ||
| TArray< FVector2D > | UV4 | ||
| TArray< FVector2D > | UV5 | ||
| TArray< FVector2D > | UV6 | ||
| TArray< FVector2D > | UV7 | ||
| TArray< FLinearColor > | VertexColors | ||
| TArray< FVector > | Vertices |