Navigation
API > API/Plugins > API/Plugins/PCG
| Name | MetadataTraits< bool > |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTraits.h" |
Syntax
template<>
struct MetadataTraits< bool > :
public PCG::Private::LexToStringTraits< bool > ,
public PCG::Private::DefaultHashTraits< bool >
Inheritance Hierarchy
- DefaultHashTraits → MetadataTraits< bool >
- LexToStringTraits → MetadataTraits< bool >
Enums
Public
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Add
(
const bool& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool Equal
(
const bool& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool Greater
(
const bool& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool GreaterOrEqual
(
const bool& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool Less
(
const bool& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool LessOrEqual
(
const bool& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool Max
(
const bool& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool Min
(
const bool& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool ParseFromString
(
const FString& InValue, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool Sub
(
const bool& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool ZeroValue() |
Metadata/PCGMetadataAttributeTraits.h |