Navigation
API > API/Plugins > API/Plugins/ChaosVD
Inheritance Hierarchy
- FGCObject
- TSharedFromThis
- FChaosVDGeometryBuilder
References
| Module | ChaosVD |
| Header | /Engine/Plugins/Experimental/ChaosVD/Source/ChaosVD/Public/ChaosVDGeometryBuilder.h |
| Include | #include "ChaosVDGeometryBuilder.h" |
Syntax
class FChaosVDGeometryBuilder :
public FGCObject,
public TSharedFromThis< FChaosVDGeometryBuilder >
Remarks
Generates Dynamic mesh components and dynamic meshes based on Chaos implicit object data
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CreateMeshComponentsFromImplicit
(
const Chaos::FImplicitObject* InImplicitObject, |
Creates Dynamic Mesh components for each object within the provided Implicit object | |
| bool | DoesImplicitContainType
(
const Chaos::FImplicitObject* InImplicitObject, |
Evaluates an Implicit objects and returns true if it contains an object of the specified type |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Pure virtual that must be overloaded by the inheriting class. | |
| FString | Overload this method to report a name for your referencer |