ufe 7.0
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
rtid.h
Go to the documentation of this file.
1#line 1 "D:/Jenkins/workspace/EMS/ECG/ufe/full/ufe-full-python3.13-windows/ufe/include/rtid.h"
2#ifndef UFE_RTID_H
3#define UFE_RTID_H
4
5// ===========================================================================
6// Copyright 2025 Autodesk, Inc. All rights reserved.
7//
8// The use of this software is subject to the Autodesk Terms of Use or other
9// license agreement provided at the time of installation or download, or
10// which otherwise accompanies this software.
11// ===========================================================================
12
13#include "ufe.h"
14
15#include <cstdint>
16
18
19// Integer identifier for a UFE runtime.
20//
21// The runtime ID is allocated by the UFE runtime manager when a runtime is
22// registered by name. Runtimes may change from run to run, depending on the
23// load order of multiple runtimes, and therefore should not be persisted.
24//
25// ID 0 is used to represent an invalid runtime ID.
26
27typedef uint32_t Rtid;
28
29}
30
31#endif /* UFE_RTID_H */
uint32_t Rtid
Definition: rtid.h:27
#define UFE_NS_DEF
Definition: ufe.h:36