Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | TOutItems |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsUpgrade.h |
| Include Path | #include "PlainPropsUpgrade.h" |
Syntax
template<typename T, uint8 N>
struct TOutItems : protected PlainProps::Upgrade::FOutItems
Inheritance Hierarchy
Derived Classes
TOutItems derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOutItems
(
FOutItems Items |
PlainPropsUpgrade.h |
Struct Specializations
| Name | Remarks |
|---|---|
| TOutItems< bool > | Remap TOutItems/TFiller |
| TOutItems< FOutEnum > | |
| TOutItems< FOutEnumerator > | |
| TOutItems< FOutFlags > |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DerefType | decltype(**((Iterator *) nullptr)) | PlainPropsUpgrade.h | |
| Iterator | TOutIt< T, N >::Type | PlainPropsUpgrade.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Iterator begin() |
PlainPropsUpgrade.h | ||
Iterator end() |
PlainPropsUpgrade.h | ||
uint64 Num() |
PlainPropsUpgrade.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DerefType operator[]
(
uint64 Idx |
PlainPropsUpgrade.h |