UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPropertyAccessSystem::FResolveIndirectionsOnLoadContext Struct Reference

Public Member Functions

 FResolveIndirectionsOnLoadContext (TArrayView< FPropertyAccessSegment > InSegments, FPropertyAccessIndirectionChain &InAccess, FPropertyAccessLibrary &InLibrary)
 

Public Attributes

TArrayView< FPropertyAccessSegmentSegments
 
TArray< FPropertyAccessIndirectionIndirections
 
FPropertyAccessIndirectionChainAccess
 
FPropertyAccessLibraryLibrary
 
uint32 AccumulatedOffset
 
FText ErrorMessage
 

Constructor & Destructor Documentation

◆ FResolveIndirectionsOnLoadContext()

FPropertyAccessSystem::FResolveIndirectionsOnLoadContext::FResolveIndirectionsOnLoadContext ( TArrayView< FPropertyAccessSegment InSegments,
FPropertyAccessIndirectionChain InAccess,
FPropertyAccessLibrary InLibrary 
)
inline

Member Data Documentation

◆ Access

FPropertyAccessIndirectionChain& FPropertyAccessSystem::FResolveIndirectionsOnLoadContext::Access

◆ AccumulatedOffset

uint32 FPropertyAccessSystem::FResolveIndirectionsOnLoadContext::AccumulatedOffset

◆ ErrorMessage

FText FPropertyAccessSystem::FResolveIndirectionsOnLoadContext::ErrorMessage

◆ Indirections

TArray<FPropertyAccessIndirection> FPropertyAccessSystem::FResolveIndirectionsOnLoadContext::Indirections

◆ Library

FPropertyAccessLibrary& FPropertyAccessSystem::FResolveIndirectionsOnLoadContext::Library

◆ Segments

TArrayView<FPropertyAccessSegment> FPropertyAccessSystem::FResolveIndirectionsOnLoadContext::Segments

The documentation for this struct was generated from the following file: