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