Navigation
API > API/Plugins > API/Plugins/MutableTools
Obtain a colour by sampling an image at specific homogeneous coordinates.
| Name | NodeColourSampleImage |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeColourSampleImage.h |
| Include Path | #include "MuT/NodeColourSampleImage.h" |
Syntax
class NodeColourSampleImage : public mu::NodeColour
Inheritance Hierarchy
- CSharedMix → Node → NodeColour → NodeColourSampleImage
- RefCounted → Node → NodeColour → NodeColourSampleImage
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~NodeColourSampleImage() |
Forbidden. Manage with the Ptr<> template. | MuT/NodeColourSampleImage.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | FNodeType | MuT/NodeColourSampleImage.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Image | Ptr< NodeImage > | MuT/NodeColourSampleImage.h | ||
| X | Ptr< NodeScalar > | MuT/NodeColourSampleImage.h | ||
| Y | Ptr< NodeScalar > | MuT/NodeColourSampleImage.h |
Functions
Public
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FNodeType * GetType() |
Node type hierarchy data. | MuT/NodeColourSampleImage.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FNodeType * GetStaticType() |
MuT/NodeColourSampleImage.h |