Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | TMapBinding |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsUeCoreBindings.h |
| Include Path | #include "PlainPropsUeCoreBindings.h" |
Syntax
template<typename K, typename V, typename SetAllocator, typename KeyFuncs>
struct TMapBinding : public PlainProps::UE::TSetBinding< TPair< K, V >, KeyFuncs, SetAllocator >
Implements Interfaces
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MapType | TMap< K, V, SetAllocator, KeyFuncs > | PlainPropsUeCoreBindings.h | |
| Super | TSetBinding< TPair< K, V >, KeyFuncs, SetAllocator > | PlainPropsUeCoreBindings.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BindName | std::string_view | PlainPropsUeCoreBindings.h |