Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | TInnermostType |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include Path | #include "PlainPropsBind.h" |
Syntax
template<typename RangeBinding, uint32 NestLevel>
struct TInnermostType
Struct Specializations
| Name | Remarks |
|---|---|
| TInnermostType< RangeBinding, 1 > |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InnerType | typename RangeBinding::ItemType | PlainPropsBind.h | |
| Type | TInnermostType< RangeBind< InnerType >, NestLevel - 1 >::Type | PlainPropsBind.h |