Navigation
API > API/Plugins > API/Plugins/USDStage
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UUsdInfoCache
References
| Module | USDStage |
| Header | /Engine/Plugins/Importers/USDImporter/Source/USDStage/Public/USDInfoCacheObject.h |
| Include | #include "USDInfoCacheObject.h" |
Syntax
UCLASS ()
class UUsdInfoCache : public UObject
Remarks
Minimal UObject wrapper around FUsdInfoCache, since we want this data to be owned by an independently serializable UObject, but the implementation must be in an RTTI-enabled module
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FUsdInfoCache & | GetInner () |
||
| const FUsdInfoCache & | GetInner () |