Navigation
API > API/Plugins > API/Plugins/PlainProps
Slightly optimized map from FStructId to ICustomBinding/FStructDeclaration/FInnersHandle.
| Name | FCustomBindingMap |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include Path | #include "PlainPropsBind.h" |
Syntax
struct FCustomBindingMap
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCustomBindingMap
(
FDebugIds Dbg |
PlainPropsBind.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FCustomBindingMap() |
PlainPropsBind.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Debug | FDebugIds | PlainPropsBind.h | ||
| Declarations | TArray< FStructDeclarationPtr > | PlainPropsBind.h | ||
| Keys | TSet< FBindId > | PlainPropsBind.h | ||
| MaxValues | uint32 | PlainPropsBind.h | ||
| Values | ICustomBinding ** | PlainPropsBind.h | ||
| Window | FIdWindow | PlainPropsBind.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Bind
(
FBindId Id, |
PlainPropsBind.h | ||
void Drop
(
FBindId Id |
PlainPropsBind.h | ||
FCustomBindingHandle Find
(
FBindId Id |
PlainPropsBind.h | ||
UE_NONCOPYABLE
(
FCustomBindingMap |
PlainPropsBind.h |