Navigation
API > API/Plugins > API/Plugins/USDPregenWrapper
Argument extracted from an op's "opargs:*" attribute namespace.
Keeps the Sdf value type name alongside the string-encoded value so the op can be reconstructed faithfully on the deserialize side.
| Name | FPermutationOpArg |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/USDPregen/Source/USDPregenWrapper/Public/UsdPregenWrappers/Target.h |
| Include Path | #include "UsdPregenWrappers/Target.h" |
Syntax
struct FPermutationOpArg
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FString | Argument name with the "opargs:" prefix removed. | UsdPregenWrappers/Target.h | |
| TypeName | FString | Sdf value type name (e.g. "string", "token"). | UsdPregenWrappers/Target.h | |
| Value | FString | String-encoded default value. | UsdPregenWrappers/Target.h |