![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Misc/ScopeLock.h"#include "Misc/TransactionallySafeCriticalSection.h"#include "Elements/Framework/TypedElementHandle.h"Go to the source code of this file.
Classes | |
| struct | TTypedElementOwnerScopedAccessImpl< ElementOwnerType > |
| struct | TTypedElementOwnerStore< ElementDataType, KeyDataType > |
Typedefs | |
| template<typename ElementDataType > | |
| using | TTypedElementOwnerScopedAccess = TTypedElementOwnerScopedAccessImpl< const TTypedElementOwner< ElementDataType > > |
| template<typename ElementDataType > | |
| using | TTypedElementOwnerScopedMutableAccess = TTypedElementOwnerScopedAccessImpl< TTypedElementOwner< ElementDataType > > |
Functions | |
| template<typename KeyDataType > | |
| FString | GetTypedElementOwnerStoreKeyDebugString (const KeyDataType &InKey) |
| FString | GetTypedElementOwnerStoreKeyDebugString (const UObject *InKey) |
| using TTypedElementOwnerScopedAccess = TTypedElementOwnerScopedAccessImpl<const TTypedElementOwner<ElementDataType> > |
| using TTypedElementOwnerScopedMutableAccess = TTypedElementOwnerScopedAccessImpl<TTypedElementOwner<ElementDataType> > |
|
inline |
|
inline |