Navigation
API > API/Plugins > API/Plugins/PCG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool PCG::Private::IsBroadcastable () |
Metadata/PCGMetadataAttributeTraits.h | ||
bool PCG::Private::IsBroadcastable
(
uint16 FirstType, |
Metadata/PCGMetadataAttributeTraits.h |
PCG::Private::IsBroadcastable()
| Name | PCG::Private::IsBroadcastable |
| 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 FirstType, typename SecondType>
bool PCG::Private::IsBroadcastable()
}
}
PCG::Private::IsBroadcastable(uint16, uint16)
| Name | PCG::Private::IsBroadcastable |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTraits.h" |
namespace PCG
{
namespace Private
{
bool PCG::Private::IsBroadcastable
(
uint16 FirstType,
uint16 SecondType
)
}
}