Navigation
API > API/Plugins > API/Plugins/MutableTools
Node that outputs a constant image. This node also supports "image references".
| Name | NodeImageConstant |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeImageConstant.h |
| Include Path | #include "MuT/NodeImageConstant.h" |
Syntax
class NodeImageConstant : public mu::NodeImage
Inheritance Hierarchy
- CSharedMix → Node → NodeImage → NodeImageConstant
- RefCounted → Node → NodeImage → NodeImageConstant
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~NodeImageConstant() |
Forbidden. Manage with the Ptr<> template. | MuT/NodeImageConstant.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | FNodeType | MuT/NodeImageConstant.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Proxy | Ptr< TResourceProxy< FImage > > | MuT/NodeImageConstant.h | ||
| SourceDataDescriptor | FSourceDataDescriptor | MuT/NodeImageConstant.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetValue
(
TSharedPtr< const FImage > |
Set the image to be output by this node. | MuT/NodeImageConstant.h | |
void SetValue
(
Ptr< TResourceProxy< FImage > > |
Set the image proxy that will provide the image for this node when necessary. | MuT/NodeImageConstant.h |
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FNodeType * GetType() |
Node type hierarchy data. | MuT/NodeImageConstant.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FNodeType * GetStaticType() |
MuT/NodeImageConstant.h |