Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include | #include "Metadata/PCGMetadataAttributeTraits.h" |
namespace PCG
{
namespace Private
{
template<typename InType, typename OutType>
bool PCG::Private::GetValueWithBroadcastAndConstructible
(
const InType & InValue,
OutType & OutValue
)
}
}