Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGPointFromMeshSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGPointFromMeshElement.h |
| Include | #include "Elements/PCGPointFromMeshElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGPointFromMeshSettings : public UPCGSettings
Remarks
PointFromMesh creates a single point at the origin with an attribute containing a SoftObjectPath to the selected UStaticMesh.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSynchronousLoad | By default, mesh loading is asynchronous, can force it synchronous if needed. | |
| FName | MeshPathAttributeName | Name of the string attribute to be created and hold a SoftObjectPath to the StaticMesh | |
| TSoftObjectPtr< UStaticMesh > | StaticMesh |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| TArray< FPCGPinProperties > | Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | ||
| TArray< FPCGPinProperties > |