Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/FRenderableTypeInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & GetOutputValueByType
(
const T& Default, |
Find the first output of a specific match type and optionally containing a specific metadata string and return its value - non-anytype version | DataflowRendering/DataflowRenderableTypeInstance.h | |
const T::FStorageType & GetOutputValueByType
(
const typename T::FStorageType& Default, |
Find the first output of a specific match type and return its value - anytype version | DataflowRendering/DataflowRenderableTypeInstance.h |
GetOutputValueByType(const T &, FName)
Description
Find the first output of a specific match type and optionally containing a specific metadata string and return its value - non-anytype version
| Name | GetOutputValueByType |
| Type | function |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowEditor/Public/DataflowRendering/DataflowRenderableTypeInstance.h |
| Include Path | #include "DataflowRendering/DataflowRenderableTypeInstance.h" |
template<typename T, std::enable_if_t<, T >), int >>
const T & GetOutputValueByType
(
const T & Default,
FName Metadata
) const
GetOutputValueByType(const typename T::FStorageType &, FName)
Description
Find the first output of a specific match type and return its value - anytype version
| Name | GetOutputValueByType |
| Type | function |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowEditor/Public/DataflowRendering/DataflowRenderableTypeInstance.h |
| Include Path | #include "DataflowRendering/DataflowRenderableTypeInstance.h" |
template<typename T, std::enable_if_t<, T >), int >>
const T::FStorageType & GetOutputValueByType
(
const typename T::FStorageType & Default,
FName Metadata
) const