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 - Has this outfit any valid pieces? bHasAnyValidBodySizes - Has this outfit 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 | Has this outfit any valid pieces? | bool | |
| bHasAnyValidBodySizes | Has this outfit any valid body sizes? | bool |