Navigation
API > API/Plugins > API/Plugins/USDPregenWrapper
Lightweight wrapper view of a single PermutationOp.
Captures the prim-spec type name authored by the underlying op's Serialize() implementation plus its "opargs:*" attributes. Mirrors the Core SerializedOp shape one-for-one so wrapper consumers can round-trip an op without depending on Core or USD headers directly.
| Name | FPermutationOp |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/USDPregen/Source/USDPregenWrapper/Public/UsdPregenWrappers/Target.h |
| Include Path | #include "UsdPregenWrappers/Target.h" |
Syntax
struct FPermutationOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Opargs | TArray< FPermutationOpArg > | Argument list extracted from the op's "opargs:" namespace. | UsdPregenWrappers/Target.h | |
| TypeName | FString | Op type name (e.g. "UsdVariantSelectionOp", "UsdInheritOp", "UsdSchemaApplyOp"). | UsdPregenWrappers/Target.h |