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