Navigation
API > API/Plugins > API/Plugins/USDStage
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UUsdPrimLinkCache
References
| Module | USDStage |
| Header | /Engine/Plugins/Importers/USDImporter/Source/USDStage/Public/USDPrimLinkCacheObject.h |
| Include | #include "USDPrimLinkCacheObject.h" |
Syntax
UCLASS ()
class UUsdPrimLinkCache : public UObject
Remarks
Minimal UObject wrapper around FUsdPrimLinkCache, since we want this to be accessible from USDSchemas which is an RTTI-enabled module, but also to be owned by an independently serializable UObject
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FUsdPrimLinkCache & | GetInner () |
||
| const FUsdPrimLinkCache & | GetInner () |