Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include | #include "Metadata/PCGMetadataAttributeTraits.h" |
namespace PCG
{
namespace Private
{
template<typename InType, typename OutType>
bool PCG&58;&58;Private&58;&58;GetValueWithBroadcast
&40;
const InType & InValue,
OutType & OutValue
&41;
}
}
Remarks
Generic function to broadcast an InType to an OutType. Supports only PCG types true if the conversion worked, false otherwise.
Parameters
| Name | Description |
|---|---|
| InValue | The Value to convert |
| OutValue | The converted value |