Navigation
API > API/Plugins > API/Plugins/PCG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool PCG::Private::GetValueWithBroadcast
(
const InType& InValue, |
Forward declare. | Metadata/PCGMetadataAttributeTraits.h | |
bool PCG::Private::GetValueWithBroadcast
(
const InType& InValue, |
Object versions. | Metadata/PCGMetadataAttributeTraits.h |
PCG::Private::GetValueWithBroadcast(const InType &, OutType &)
Description
Generic function to broadcast an InType to an OutType. Supports only PCG types
| Name | PCG::Private::GetValueWithBroadcast |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTraits.h" |
namespace PCG
{
namespace Private
{
template<typename InType, typename OutType>
bool PCG::Private::GetValueWithBroadcast
(
const InType & InValue,
OutType & OutValue
)
}
}
true if the conversion worked, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InValue | The Value to convert |
| OutValue | The converted value |
PCG::Private::GetValueWithBroadcast(const InType &, OutType &)
Description
Object versions.
| Name | PCG::Private::GetValueWithBroadcast |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTraits.h" |
namespace PCG
{
namespace Private
{
template<typename InType, typename OutType>
bool PCG::Private::GetValueWithBroadcast
(
const InType & InValue,
OutType & OutValue
)
}
}