Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderPipelineDataTypes.h |
| Include | #include "MovieRenderPipelineDataTypes.h" |
Syntax
struct FTileWeight1D
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | X0 | ||
| int32 | X1 | ||
| int32 | X2 | ||
| int32 | X3 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| For tiles, this struct stores the weight function in one dimension. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CalculateArrayWeight
(
TArray< float >& WeightData, |
||
| float | CalculateWeight
(
int32 Pixel |
||
| void | CheckValid () |
Make sure this map has valid values. | |
| void | InitHelper
(
int32 PadLeft, |
The full tile is of size PadLeft + SizeCenter + PadRight |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FTileWeight1D& Rhs |
Is equal operator. |