Navigation
API > API/Plugins > API/Plugins/PlainProps
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T PlainProps::LoadSole
(
FStructLoadView Src |
PlainPropsLoadMember.h | ||
void PlainProps::LoadSole
(
void* Dst, |
Load single leaf member faster than FMemberLoader(Src).GrabLeaf().As |
PlainPropsLoadMember.h |
PlainProps::LoadSole(FStructLoadView)
| Name | PlainProps::LoadSole |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsLoadMember.h |
| Include Path | #include "PlainPropsLoadMember.h" |
namespace PlainProps
{
template<LeafType T>
T PlainProps::LoadSole
(
FStructLoadView Src
)
}
PlainProps::LoadSole(void *, FStructLoadView)
Description
Load single leaf member faster than FMemberLoader(Src).GrabLeaf().As
| Name | PlainProps::LoadSole |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsLoadMember.h |
| Include Path | #include "PlainPropsLoadMember.h" |
namespace PlainProps
{
template<LeafType T>
void PlainProps::LoadSole
(
void * Dst,
FStructLoadView Src
)
}