TListTypeTraits< TFieldPath< T > >

Pointer-related functionality (e.g. setting to null, testing for null) specialized for TFieldPaths.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h

Include

#include "Framework/Views/TableViewTypeTraits.h"

Syntax

template<typename T>
struct TListTypeTraits< TFieldPath< T > >

Remarks

Pointer-related functionality (e.g. setting to null, testing for null) specialized for TFieldPaths.

Functions

Name Description

Public function Static

void

 

AddReferencedObjects

(
    FReferenceCollector& Collector,
    TArray< TFieldPath< T > >& ItemsWi...,
    TSet< TFieldPath< T > >& SelectedI...,
    TMap< const U*, TFieldPath< T ...
)

Public function Static

FString

 

DebugDump

(
    TFieldPath< T > InPtr
)

Public function Static

bool

 

IsPtrValid

(
    const TFieldPath< T >& InPtr
)

Public function Static

TFieldPath< ...

 

MakeNullPtr()

Public function Static

TFieldPath< ...

 

NullableItemTypeConvertToItemType

(
    const TFieldPath< T >& InPtr
)

Public function Static

void

 

ResetPtr

(
    TFieldPath< T >& InPtr
)

Classes

Name

Description

Public class

SerializerType

Typedefs

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss