Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | TStructuralRangeView |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsRead.h |
| Include Path | #include "PlainPropsRead.h" |
Syntax
template<typename IteratorType>
class TStructuralRangeView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TStructuralRangeView
(
uint64 N, |
PlainPropsRead.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| SchemaType | decltype(IteratorType::Schema) | PlainPropsRead.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | FMemoryView | PlainPropsRead.h | ||
| NumItems | uint64 | PlainPropsRead.h | ||
| Schema | SchemaType | PlainPropsRead.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IteratorType begin() |
PlainPropsRead.h | ||
IteratorType end() |
PlainPropsRead.h | ||
const SchemaType & GetSchema() |
PlainPropsRead.h | ||
uint64 Num() |
PlainPropsRead.h |