Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeImage
- NodeImageProject
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeImageProject.h |
| Include | #include "MuT/NodeImageProject.h" |
Syntax
class NodeImageProject : public mu::NodeImage
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeImageProject* pNode, |
||
| void | SetAngleFadeChannels
(
bool bFadeRGB, |
Set the angle-based fading behaviour for this projector. | |
| void | SetAngleFadeEnd
(
Ptr< NodeScalar > |
Set the node generating the fading end angle. | |
| void | SetAngleFadeStart
(
Ptr< NodeScalar > |
Set the node generating the fading start angle. Only relevant if fading is enabled with. | |
| void | SetEnableSeamCorrection
(
bool bEnabled |
Eanble or disable the additional operations to correct texture UV seam artifact correction. | |
| void | Get the node generating the image to project. | ||
| void | SetImageSize
(
const FUintVector2& size |
Set the size of the image to generate with the projection. | |
| void | SetInputNode
(
int i, |
||
| void | SetLayout
(
uint8 |
UV layout of the mesh to use for the generated image. Defaults to 0. | |
| void | Get the node generating the mesh to be used for the projection. | ||
| void | SetMinFilterMethod
(
EMinFilterMethod MinFilterMethod |
Set min filter method. | |
| void | SetProjector
(
Ptr< NodeProjector > |
Get the node generating the projector to be used for the projection. | |
| void | SetSamplingMethod
(
ESamplingMethod SamplingMethod |
Set sampling method. | |
| void | SetTargetMask
(
Ptr< NodeImage > |
Get the node generating a mask to filter out the projected images. It is optional. | |
| Ptr< NodeImageProject > | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| int | Generic access to graph connections. | ||
| Node * | GetInputNode
(
int i |
||
| const NODE_TYPE * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |