Navigation
API > API/Runtime > API/Runtime/Core
Description
Helper function which can be used as an expression in a concept to refine ('inherit') another concept. It should be used as expression-based variant of the TModels_V trait. If the arguments model the given concept, Refines
See the CCopyablePointer example below.
| Name | Refines |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Models.h |
| Include Path | #include "Templates/Models.h" |
template<typename Concept, typename... Args>
int!!TModels_V< Concept, Args... > *2 - 1 Refines()