Navigation
API > API/Runtime > API/Runtime/Core
Classes
| Type | Name | Description | |
|---|---|---|---|
| CEqualityComparable | Describes a type comparable with itself. | ||
| CEqualityComparableWith | Describes a type comparable with another type. | ||
| CGetTypeHashable | Describes a type with a GetTypeHash overload. | ||
| CInsertable | Describes an insertion operation for a destination type where an instance of another type can be inserted via operator<<. | ||
| CIterable | Describes a type that can be iterated over using range-based for loops or standard algorithms. | ||
| CStaticClassProvider | Describes a type with a StaticClass (static) member. | ||
| CStaticStructProvider | Describes a type with a StaticStruct (static) member. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| decltype(begin((T &&) Range)) | UE::Core::Iterable::Private::Begin
(
T&& Range |
||
| decltype(end((T &&) Range)) | UE::Core::Iterable::Private::End
(
T&& Range |
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | CAnyOf |