Navigation
API > API/Plugins > API/Plugins/USDPregenUObjectStorage
Reflected serialized PermutationOp argument (one entry under "opargs:").
| Name | FUsdPregenSerializedOpArgEntry |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/USDPregen/Source/USDPregenUObjectStorage/Public/USDPregenManifestAsset.h |
| Include Path | #include "USDPregenManifestAsset.h" |
Syntax
USTRUCT ()
struct FUsdPregenSerializedOpArgEntry
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FString | Argument name with the "opargs:" prefix removed. | USDPregenManifestAsset.h |
|
| TypeName | FString | Sdf value type name (e.g. "string"). | USDPregenManifestAsset.h |
|
| Value | FString | String-encoded default value. | USDPregenManifestAsset.h |
|