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