Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGBlurElement.h |
| Include | #include "Elements/PCGBlurElement.h" |
Syntax
struct FPCGBlurIterState
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | CurrentIteration | ||
| TUniquePtr< const IPCGAttributeAccessor > | InputAccessor | ||
| TUniquePtr< const IPCGAttributeAccessorKeys > | InputKeys | ||
| const UPCGPointData * | InputPointData | ||
| TUniquePtr< IPCGAttributeAccessor > | OutputAccessor | ||
| TUniquePtr< IPCGAttributeAccessorKeys > | OutputKeys | ||
| TArray< uint8 > | WorkingBuffer1 | Need two working buffers as we are working in parallel. One for read, one for write. | |
| TArray< uint8 > | WorkingBuffer2 |