Navigation
API > API/Plugins > API/Plugins/USDStageImporter
| Name | FUsdPrimPreviewModel |
| Type | struct |
| Header File | /Engine/Plugins/Importers/USDImporter/Source/USDStageImporter/Public/Widgets/SUSDStagePreviewTree.h |
| Include Path | #include "Widgets/SUSDStagePreviewTree.h" |
Syntax
struct FUsdPrimPreviewModel
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsExpanded | bool | Our source of truth for expansion state. | Widgets/SUSDStagePreviewTree.h | |
| bPassesFilter | bool | Only used to make filtering items with SUsdStagePreviewTree::CurrentFilterText a bit faster: This is not actually used to display anything | Widgets/SUSDStagePreviewTree.h | |
| bShouldImport | bool | Whether this prim should be imported or not. | Widgets/SUSDStagePreviewTree.h | |
| ChildIndices | TArray< int32 > | Widgets/SUSDStagePreviewTree.h | ||
| Name | FText | Prim's name. | Widgets/SUSDStagePreviewTree.h | |
| ParentIndex | int32 | Widgets/SUSDStagePreviewTree.h | ||
| TypeName | FText | Prim's type name (like "Mesh" or "Camera") | Widgets/SUSDStagePreviewTree.h |