Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FObjectPropertyBase
Description
Helper functions for UObject property types that wrap the object pointer in a smart pointer
| Name | GetWrappedUObjectPtrValues |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
template<typename T, typename OutType>
void GetWrappedUObjectPtrValues
(
OutType * OutObjects,
const void * SrcAddress,
EPropertyMemoryAccess SrcAccess,
int32 ArrayIndex,
int32 ArrayCount
) const