Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
Type
typedef TMap< FString, TArray< FSdfChangeListEntry >> FObjectChangesByPath
References
| Module | UnrealUSDWrapper |
| Header | /Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/USDListener.h |
| Include | #include "USDListener.h" |
Remarks
Describes USD object changes by object path. The only difference to the USD data structures is that we store them by object path here for convenience, so the key can be "/" to signify a stage change, or something like "/MyRoot/SomePrim" to indicate a particular prim change