Navigation
API > API/Plugins > API/Plugins/PlainProps > API/Plugins/PlainProps/FLeafRangeView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
auto As () |
These range views hide the internal representations to enable future format changes, e.g. store zeroes or 1.0f in some compact fashion or even variable length int encodings | PlainPropsRead.h | |
auto As () |
PlainPropsRead.h |
As()
Description
These range views hide the internal representations to enable future format changes, e.g. store zeroes or 1.0f in some compact fashion or even variable length int encodings
They could also provide various conversion helpers
| Name | As |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsRead.h |
| Include Path | #include "PlainPropsRead.h" |
template<typename T, FUnpackedLeafType ExpectedLeaf>
auto As() const
As()
| Name | As |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsRead.h |
| Include Path | #include "PlainPropsRead.h" |
template<>
auto As() const