Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/NodeImageConstant
Overloads
| 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 |
SetValue(TSharedPtr< const FImage >)
Description
Set the image to be output by this node.
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeImageConstant.h |
| Include Path | #include "MuT/NodeImageConstant.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableTools/Private/MuT/NodeImageConstant.cpp |
void SetValue
(
TSharedPtr < const FImage >
)
SetValue(Ptr< TResourceProxy< FImage > >)
Description
Set the image proxy that will provide the image for this node when necessary.
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeImageConstant.h |
| Include Path | #include "MuT/NodeImageConstant.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableTools/Private/MuT/NodeImageConstant.cpp |
void SetValue
(
Ptr < TResourceProxy < FImage > >
)