Navigation
API > API/Plugins > API/Plugins/PlainProps > API/Plugins/PlainProps/FMemberReader
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GrabLeaves
(
T* Out, |
Experimental Has N more contiguous members of the expected leaf type | PlainPropsRead.h | |
void GrabLeaves
(
void* Out, |
PlainPropsRead.h |
GrabLeaves(T *, uint32)
Description
Experimental
Has N more contiguous members of the expected leaf type
| Name | GrabLeaves |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsRead.h |
| Include Path | #include "PlainPropsRead.h" |
template<Arithmetic T>
void GrabLeaves
(
T * Out,
uint32 N
)
GrabLeaves(void *, uint32, SIZE_T)
| Name | GrabLeaves |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsRead.h |
| Include Path | #include "PlainPropsRead.h" |
| Source | /Engine/Plugins/Experimental/PlainProps/Source/Private/PlainPropsRead.cpp |
void GrabLeaves
(
void * Out,
uint32 Num,
SIZE_T NumBytes
)