Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ObjectCacheContext.h |
| Include | #include "ObjectCacheContext.h" |
Syntax
class FObjectCacheContextScope
Remarks
A scope that can be used to maintain a FObjectCacheContext active until the scope is destroyed. Should only be used during short periods when there is no new objects created and no object dependency changes. (i.e. Scene update after asset compilation).
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FObjectCacheContext & | GetContext () |