![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IsImplicitlyConstructible.h>
Static Public Member Functions | |
| template<typename U > | |
| static void | TakesU (U &&) |
Static Public Attributes | |
| static constexpr bool | value = (!std::is_aggregate_v<T> || sizeof...(ArgTypes) == 0) && requires{ TakesU<T>({ std::declval<ArgTypes>()... }); } |
|
static |
|
staticconstexpr |