Navigation
API > API/Plugins > API/Plugins/GeometryCollectionEditor > API/Plugins/GeometryCollectionEditor/GeometryCollection
References
| Module | GeometryCollectionEditor |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Public/GeometryCollection/GeometryCollectionCommands.h |
| Include | #include "GeometryCollection/GeometryCollectionCommands.h" |
Syntax
class FGeometryCollectionCommands
Remarks
The public interface to this module
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BuildProximityDatabase
(
const TArray< FString >& Args, |
Build Proximity Database | |
| void | DeleteCoincidentVertices
(
const TArray< FString >& Args, |
||
| void | DeleteGeometry
(
const TArray< FString >& Args, |
Remove the selected geometry entry | |
| void | DeleteHiddenFaces
(
UWorld* World |
||
| void | DeleteStaleVertices
(
UWorld* World |
||
| void | DeleteZeroAreaFaces
(
const TArray< FString >& Args, |
||
| int32 | EnsureSingleRoot
(
UGeometryCollection* RestCollection |
Ensure single root. | |
| void | HealGeometry
(
UWorld* World |
Remove Holes | |
| void | PrintDetailedStatistics
(
UWorld* World |
Command invoked from "GeometryCollectionAlgo.PrintDetailedStatistics", uses the selected GeometryCollectionActor to output detailed statistics | |
| void | PrintDetailedStatisticsSummary
(
UWorld* World |
Command invoked from "GeometryCollectionAlgo.PrintDetailedStatisticsSummary", uses the selected GeometryCollectionActor to output detailed statistics | |
| void | PrintStatistics
(
UWorld* World |
Command invoked from "GeometryCollectionAlgo.PrintStatistics", uses the selected GeometryCollectionActor to output statistics | |
| void | SelectAllGeometry
(
const TArray< FString >& Args, |
Select all geometry in hierarchy | |
| void | SelectInverseGeometry
(
const TArray< FString >& Args, |
Select inverse of currently selected geometry in hierarchy | |
| void | SelectLessThenVolume
(
const TArray< FString >& Args, |
Select no geometry in hierarchy | |
| void | SelectNone
(
const TArray< FString >& Args, |
Select no geometry in hierarchy | |
| void | SetNamedAttributeValues
(
const TArray< FString >& Args, |
Command to set attributes within a named group. | |
| void | SetupNestedBoneAsset
(
UWorld* World |
Test Bone Asset | |
| void | SetupTwoClusteredCubesAsset
(
UWorld* World |
Setup two clustered cubes | |
| void | SplitAcrossYZPlane
(
UWorld* World |
Split across xz-plane | |
| void | Command invoked from "GeometryCollection.ToString", uses the selected GeometryCollectionActor to output the RestCollection to the Log | ||
| void | WriteToHeaderFile
(
const TArray< FString >& Args, |
Command invoked from "GeometryCollection.WriteToHeaderFile", uses the selected GeometryCollectionActor to output the RestCollection to a header file | |
| void | WriteToOBJFile
(
const TArray< FString >& Args, |
Command invoked from "GeometryCollection.WriteToOBJFile", uses the selected GeometryCollectionActor to output the RestCollection to an OBJ file |