Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
Corresponds to pxr::UsdListPosition, refer to the USD SDK documentation
| Name | EUsdListPosition |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UnrealUSDWrapper.h |
| Include Path | #include "UnrealUSDWrapper.h" |
Syntax
enum EUsdListPosition
{
FrontOfPrependList,
BackOfPrependList,
FrontOfAppendList,
BackOfAppendList,
}
Values
| Name | Remarks |
|---|---|
| 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. |