Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'MetaHuman Take Info' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | MetaHuman Take Info |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Name | Note: We can't use UE_DEPRECATED to deprecate this type unfortunately. If we try, we hit warnings in TTuple whichwe can't suppress, or else warnings in UHT generated files which we likewise can't suppress. |
| integer | Id | |
| integer | Num Frames | |
| real | Frame Rate | |
| integer | Take Number | |
| struct | Resolution | |
| struct | Depth Resolution | |
| struct | Date | |
| integer | Num Streams | |
| string | Device Model | |
| string | Tags | A list of tags that describe this take, if any |
| string | Metadata | Any data we want to have on a per-take basis |
| byte | Raw Thumbnail Data | |
| string | Output Directory | |
| text | Issues |