enum
EBlendOperation Operation to use when blending multiple samples into one
Key | Value | Comment |
---|---|---|
Mean | 0 | Use the mean of all samples |
Min | 1 | Keep the minimum sample |
Max | 2 | Keep the maximum sample |
Key | Value | Comment |
---|---|---|
Mean | 0 | Use the mean of all samples |
Min | 1 | Keep the minimum sample |
Max | 2 | Keep the maximum sample |
Key | Value | Comment |
---|---|---|
EBlendOperation_Mean | 0 | Use the mean of all samples |
EBlendOperation_Min | 1 | Keep the minimum sample |
EBlendOperation_Max | 2 | Keep the maximum sample |