Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeTextureNode
- UInterchangeTexture2DNode
- UInterchangeTextureBlurNode
References
| Module | InterchangeNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeTextureBlurNode.h |
| Include | #include "InterchangeTextureBlurNode.h" |
Syntax
UCLASS&40;BlueprintType, Experimental&41;
class UInterchangeTextureBlurNode : public UInterchangeTexture2DNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| UInterchangeTextureBlurNode * | Create
(
UInterchangeBaseNodeContainer* NodeContainer, |
Creates a new UInterchangeTexture2DNode and adds it to NodeContainer as a translated node. | |
| FString | MakeNodeUid
(
const FStringView NodeName |
Build and return a UID name for a texture 2D node. |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting error |