Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/FRenderableTypeInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & GetOutputValue
(
const T& Default |
Get value for the primary output to render Returns the default value if not found of this fails internally | DataflowRendering/DataflowRenderableTypeInstance.h | |
const T & GetOutputValue
(
FName Name, |
DataflowRendering/DataflowRenderableTypeInstance.h |
GetOutputValue(const T &)
Description
Get value for the primary output to render Returns the default value if not found of this fails internally
| Name | GetOutputValue |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowRendering/DataflowRenderableTypeInstance.h |
| Include Path | #include "DataflowRendering/DataflowRenderableTypeInstance.h" |
template<typename T>
const T & GetOutputValue
(
const T & Default
) const
GetOutputValue(FName, const T &)
| Name | GetOutputValue |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowRendering/DataflowRenderableTypeInstance.h |
| Include Path | #include "DataflowRendering/DataflowRenderableTypeInstance.h" |
template<typename T>
const T & GetOutputValue
(
FName Name,
const T & Default
) const