UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TIsArrayOrRefOfTypeByPredicate< T, Predicate > Struct Template Reference

#include <IsArrayOrRefOfTypeByPredicate.h>

Public Types

enum  { Value = false }
 

Detailed Description

template<typename T, template< typename > class Predicate>
struct TIsArrayOrRefOfTypeByPredicate< T, Predicate >

Type trait which returns true if the type T is an array or a reference to an array of a type which matches the predicate.

Member Enumeration Documentation

◆ anonymous enum

template<typename T , template< typename > class Predicate>
anonymous enum
Enumerator
Value 

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