Navigation
API > API/Plugins > API/Plugins/CustomDetailsView
Describes a type that can be used as a Key in a Container (Set/Map). Requires a GetTypeHash overload and be Equality Comparable NOTE: Equality Comparable is required so for A and B both of type T, not only does A==B need to be implemented, but also A!=B, even though Containers like Sets/Maps only require operator==
| Name | CContainerKeyable |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CustomDetailsView/Source/CustomDetailsView/Public/CustomDetailsViewArgs.h |
| Include Path | #include "CustomDetailsViewArgs.h" |
Syntax
struct CContainerKeyable
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
decltype(Refines< CEqualityComparable, T >(), Refines< CGetTypeHashable, T >()) Requires() |
CustomDetailsViewArgs.h |