Navigation
API > API/Plugins > API/Plugins/PCG
Wrapper around a standard 2-dimensional CArray that is constexpr, to know if a type is broadcastable to another. First index is the original type, second index is the wanted type. Returns true if we can broadcast first type into second type.
| Name | FBroadcastableTypes |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTraits.h" |
Syntax
struct FBroadcastableTypes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FBroadcastableTypes() |
Metadata/PCGMetadataAttributeTraits.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Values | bool | Metadata/PCGMetadataAttributeTraits.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const bool * operator[]
(
int i |
Metadata/PCGMetadataAttributeTraits.h |