Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSplineSampler.h |
| Include | #include "Elements/PCGSplineSampler.h" |
Syntax
enum EPCGSplineSamplingSeedingMode
{
SeedFromPosition = 0 UMETA(Tooltip = "Compute seed from sample position."),
SeedFromIndex = 1 UMETA(Tooltip = "Compute seed from sample index."),
}
Values
| Name | Description |
|---|---|
| SeedFromPosition | |
| SeedFromIndex |