Navigation
API > API/Plugins > API/Plugins/PCGGeometryScriptInterop > API/Plugins/PCGGeometryScriptInterop/Elements
Inheritance Hierarchy
- IPCGElement
- IPCGDynamicMeshBaseElement
- FPCGAppendMeshesFromPointsElement
References
| Module | PCGGeometryScriptInterop |
| Header | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Public/Elements/PCGAppendMeshesFromPoints.h |
| Include | #include "Elements/PCGAppendMeshesFromPoints.h" |
Syntax
class FPCGAppendMeshesFromPointsElement : public IPCGDynamicMeshBaseElement
Overridden from IPCGElement
| Type | Name | Description | |
|---|---|---|---|
| bool | CanExecuteOnlyOnMainThread
(
FPCGContext* Context |
Returns true if the element, in its current phase can be executed only from the main thread | |
| FPCGContext * | Let each element optionally act as a concrete factory for its own context | ||
| bool | ExecuteInternal
(
FPCGContext* InContext |
Core execution method for the given element. Will be called until it returns true. | |
| bool | PrepareDataInternal
(
FPCGContext* InContext |
The prepare data phase is one where it is more likely to be able to multithread |