UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPropertyAccessSystem Member List

This is the complete list of members for FPropertyAccessSystem, including all inherited members.

CallNativeAccessor(UObject *InObject, UFunction *InFunction, void *OutRetValue)FPropertyAccessSysteminlinestatic
CopyAndCastFloatingPointArray(const FArrayProperty *SourceArrayProperty, const void *SourceAddress, const FArrayProperty *DestinationArrayProperty, void *DestinationAddress)FPropertyAccessSysteminlinestatic
CopyAndCastFloatingPointMapValues(const FMapProperty *SourceMapProperty, const void *SourceAddress, const FMapProperty *DestinationMapProperty, void *DestinationAddress)FPropertyAccessSysteminlinestatic
GetAccessAddress(void *InContainer, const FPropertyAccessLibrary &InLibrary, const FPropertyAccessIndirectionChain &InAccess, PredicateType InAddressFunction)FPropertyAccessSysteminlinestatic
GetAccessAddress(void *InContainer, const FPropertyAccessLibrary &InLibrary, int32 InAccessIndex, TFunctionRef< void(const FProperty *, void *)> InFunction)FPropertyAccessSysteminlinestatic
GetPropertyOffset(const FProperty *InProperty, int32 InArrayIndex=0)FPropertyAccessSysteminlinestatic
PatchPropertyOffsets(FPropertyAccessLibrary &InLibrary)FPropertyAccessSysteminlinestatic
PerformCopy(const FPropertyAccessCopy &Copy, const FProperty *InSrcProperty, const void *InSrcAddr, const FProperty *InDestProperty, void *InDestAddr, TFunctionRef< void(const FProperty *, void *)> InPostCopyOperation)FPropertyAccessSysteminlinestatic
ProcessCopies(UStruct *InStruct, void *InContainer, const FPropertyAccessLibrary &InLibrary, int32 InBatchId)FPropertyAccessSysteminlinestatic
ProcessCopy(UStruct *InStruct, void *InContainer, const FPropertyAccessLibrary &InLibrary, int32 InCopyIndex, int32 InBatchId, TFunctionRef< void(const FProperty *, void *)> InPostCopyOperation)FPropertyAccessSysteminlinestatic
ResolveIndirectionsOnLoad(FResolveIndirectionsOnLoadContext &InContext)FPropertyAccessSysteminlinestatic