Navigation
API > API/Plugins > API/Plugins/PCGGeometryScriptInterop > API/Plugins/PCGGeometryScriptInterop/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGDataFromActorSettings
- UPCGGetDynamicMeshDataSettings
References
| Module | PCGGeometryScriptInterop |
| Header | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Public/Elements/PCGGetDynamicMeshData.h |
| Include | #include "Elements/PCGGetDynamicMeshData.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGGetDynamicMeshDataSettings : public UPCGDataFromActorSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGeometryScriptCopyMeshFromComponentOptions | Options | If data is coming from a component, you can impact the options there. |
Overridden from UPCGDataFromActorSettings
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| EPCGDataType | Override this to filter what kinds of data should be retrieved from the actor(s). |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FText | |||
| TArray< FPCGPinProperties > |