Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IEditableObjectProvider
Description
Gets the object identified by id. It is only valid to call this between BeginSnapshot() and EndSnapshot() calls. The resulting pointer is valid only under the current edit lock.
| Name | GetEditableObject |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/ObjectProvider.h |
| Include Path | #include "TraceServices/Model/ObjectProvider.h" |
FObjectInfo * GetEditableObject
(
uint32 Id
)