Navigation
API > API/Plugins > API/Plugins/PCG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| 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. | Metadata/PCGMetadataAttributeTraits.h | ||
bool PCG::Private::IsBroadcastableOrConstructible
(
uint16 FirstType, |
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. | Metadata/PCGMetadataAttributeTraits.h | |
bool PCG::Private::IsBroadcastableOrConstructible
(
const FPCGMetadataAttributeDesc& FirstType, |
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. | Metadata/PCGMetadataAttributeTraits.h |
PCG::Private::IsBroadcastableOrConstructible()
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
{
template<typename FirstType, typename SecondType>
bool PCG::Private::IsBroadcastableOrConstructible()
}
}
PCG::Private::IsBroadcastableOrConstructible(uint16, uint16)
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
)
}
}
PCG::Private::IsBroadcastableOrConstructible(const FPCGMetadataAttributeDesc &, const FPCGMetadataAttributeDesc &)
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
(
const FPCGMetadataAttributeDesc & FirstType,
const FPCGMetadataAttributeDesc & SecondType
)
}
}