Navigation
API > API/Plugins > API/Plugins/PlainProps > API/Plugins/PlainProps/FCustomBindings
Overloads
BindStruct(FBindId, ICustomBinding &, FStructDeclarationPtr &&, TConstArrayView< FInnerStruct >)
| |
|
| Name |
BindStruct |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include Path |
#include "PlainPropsBind.h" |
| Source |
/Engine/Plugins/Experimental/PlainProps/Source/Private/PlainPropsBind.cpp |
void BindStruct
(
FBindId Id,
ICustomBinding & Binding,
FStructDeclarationPtr && Declaration,
TConstArrayView< FInnerStruct > LoweredInners
)
Parameters
| Name |
Remarks |
| Binding |
must outlive this or call DropStruct() |
BindStruct(FBindId, ICustomBinding &, const FStructSpec &, TConstArrayView< FInnerStruct >)
| |
|
| Name |
BindStruct |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include Path |
#include "PlainPropsBind.h" |
| Source |
/Engine/Plugins/Experimental/PlainProps/Source/Private/PlainPropsBind.cpp |
void BindStruct
(
FBindId Id,
ICustomBinding & Binding,
const FStructSpec & DeclSpec,
TConstArrayView< FInnerStruct > LoweredInners
)