Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGSampleTextureSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSampleTexture.h |
| Include | #include "Elements/PCGSampleTexture.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGSampleTextureSettings : public UPCGSettings
Remarks
Samples color of texture at each point.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EPCGTextureMappingMethod | TextureMappingMethod | Whether to treat the sample positions as being in 0-1 UV space. | |
| EPCGTextureAddressMode | TilingMode | Overrides the texture's tiling to wrap or clamp its UVs. | |
| FPCGAttributePropertyInputSelector | UVCoordinatesAttribute | The attribute that provides sample positions for sampling the texture. |
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 > |