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