Navigation
API > API/Plugins > API/Plugins/PCG
| Name | SoftObjectPathTraits |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTraits.h" |
Syntax
template<typename T>
struct SoftObjectPathTraits : public PCG::Private::CompareBasedFindNearestTraits< SoftObjectPathTraits< T >, T >
Inheritance Hierarchy
- CompareBasedFindNearestTraits → SoftObjectPathTraits
Derived Classes
Enums
Public
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Equal
(
const T& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool Greater
(
const T& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool GreaterOrEqual
(
const T& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool Less
(
const T& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool LessOrEqual
(
const T& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool Matches
(
const T& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static bool Substring
(
const T& A, |
Metadata/PCGMetadataAttributeTraits.h | ||
static T ZeroValue() |
Metadata/PCGMetadataAttributeTraits.h |