Navigation
API > API/Runtime > API/Runtime/Engine
Optional cache for requests to get the diffable state for a given archetype object
| Name | FDiffableObjectArchetypeCache |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
Syntax
class FDiffableObjectArchetypeCache
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArchetypeDiffableObjects | TMap< const UObject *, FDiffableObject > | TransactionCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FDiffableObject & GetArchetypeDiffableObject
(
const UObject* Archetype, |
TransactionCommon.h |