Description
OutfitQuery (v1)
Query an Outfit about its properties.
Input(s) : Outfit - Input/output collection (output is always a passthrough).
Output(s): Outfit [Passthrough] - Input/output collection (output is always a passthrough). bHasAnyValidPieces - Whether this Outfit has any valid pieces. bHasAnyValidBodySizes - Whether this Outfit has any valid body sizes.
Information
| Package | ChaosOutfitAssetDataflowNodes |
| Category | Outfit |
| Tags | Outfit Query |
| Type | FChaosOutfitAssetOutfitQueryNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bBodyPartMustExist | Check that body parts are present in the asset registry when checking for valid body sizes. | bool | False |
| bMeasurementsMustExist | Check that measurements are valid when checking for valid body sizes. | bool | True |
| bInterpolationDataMustExist | Check that some interpolation data exists when checking for valid body sizes. | bool | True |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Outfit | Input/output collection (output is always a passthrough). | TObjectPtr<UChaosOutfit> | None |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Outfit | Input/output collection (output is always a passthrough). | TObjectPtr<UChaosOutfit> | |
| bHasAnyValidPieces | Whether this Outfit has any valid pieces. | bool | |
| bHasAnyValidBodySizes | Whether this Outfit has any valid body sizes. | bool |