Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
References
Module | UnrealUSDWrapper |
Header | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UnrealUSDWrapper.h |
Include | #include "UnrealUSDWrapper.h" |
Syntax
enum EUsdListPosition
{
FrontOfPrependList,
BackOfPrependList,
FrontOfAppendList,
BackOfAppendList,
}
Values
Name | Description |
---|---|
FrontOfPrependList | The position at the front of the prepend list. |
BackOfPrependList | The position at the back of the prepend list. |
FrontOfAppendList | The position at the front of the append list. |
BackOfAppendList | The position at the back of the append list. |
Remarks
Corresponds to pxr::UsdListPosition, refer to the USD SDK documentation