Navigation
API > API/Plugins > API/Plugins/CustomDetailsView
References
| Module | CustomDetailsView |
| Header | /Engine/Plugins/Experimental/CustomDetailsView/Source/CustomDetailsView/Public/CustomDetailsViewArgs.h |
| Include | #include "CustomDetailsViewArgs.h" |
Syntax
template<typename InItemType, typename>
class TAllowList
Remarks
Has similar approach to FSceneView's Show / Hidden Primitives list, in that there's: Allowed Items: Anything not in this list is not allowed. This only applies if this is set (set via calling Allow(...)) Disallowed Items: Anything in this list will not be allowed, even if it is on the Allowed Item List