Navigation
API > API/Plugins > API/Plugins/MutableTools
Node that composes a new image by gathering pixel data from channels in other images.
| Name | NodeImageSwizzle |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeImageSwizzle.h |
| Include Path | #include "MuT/NodeImageSwizzle.h" |
Syntax
class NodeImageSwizzle : public mu::NodeImage
Inheritance Hierarchy
- CSharedMix → Node → NodeImage → NodeImageSwizzle
- RefCounted → Node → NodeImage → NodeImageSwizzle
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~NodeImageSwizzle() |
Forbidden. Manage with the Ptr<> template. | MuT/NodeImageSwizzle.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | FNodeType | MuT/NodeImageSwizzle.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NewFormat | EImageFormat | MuT/NodeImageSwizzle.h | ||
| SourceChannels | TArray< int32 > | MuT/NodeImageSwizzle.h | ||
| Sources | TArray< Ptr< NodeImage > > | MuT/NodeImageSwizzle.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetFormat
(
EImageFormat InFormat |
MuT/NodeImageSwizzle.h |
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FNodeType * GetType() |
Node type hierarchy data. | MuT/NodeImageSwizzle.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FNodeType * GetStaticType() |
MuT/NodeImageSwizzle.h |