Navigation
API > API/Plugins > API/Plugins/PCG
Description
Convenience function for accessor operation, to know if a Get will succeed with AllowBroadcast and AllowConstructible where the SecondType is the target type, and FirstType is the accessor type. ie. Accessor is an int, Accessor->Get
| Name | PCG::Private::IsBroadcastableOrConstructible |
| 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::IsBroadcastableOrConstructible
(
uint16 FirstType,
uint16 SecondType
)
}
}