UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Dataflow::TIsUObjectPtrElement< T > Struct Template Reference

#include <DataflowContextCache.h>

Public Types

typedef TDecay< T >::Type Type
 

Static Public Attributes

static constexpr bool Value = (std::is_pointer_v<Type> && std::is_convertible_v<Type, const UObjectBase*>) || TIsTObjectPtr_V<Type>
 

Detailed Description

template<typename T>
struct UE::Dataflow::TIsUObjectPtrElement< T >

Trait used to select the UObject* or TObjectPtr cache element path code.

Member Typedef Documentation

◆ Type

template<typename T >
typedef TDecay<T>::Type UE::Dataflow::TIsUObjectPtrElement< T >::Type

Member Data Documentation

◆ Value

template<typename T >
constexpr bool UE::Dataflow::TIsUObjectPtrElement< T >::Value = (std::is_pointer_v<Type> && std::is_convertible_v<Type, const UObjectBase*>) || TIsTObjectPtr_V<Type>
staticconstexpr

The documentation for this struct was generated from the following file: