UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AnyOf.h File Reference
#include <type_traits>

Go to the source code of this file.

Variables

template<typename T , typename... Options>
constexpr bool CAnyOf = (std::is_same_v<T, Options> || ...)
 

Variable Documentation

◆ CAnyOf

template<typename T , typename... Options>
constexpr bool CAnyOf = (std::is_same_v<T, Options> || ...)
constexpr