B1ZoiInformationProfileData
- Stores configuration data for the HUD Zoi information profile, including display radius, icon priorities, and timing parameters.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MaxIconCount | int32 | The maximum number of profile item icons shown in the HUD Zoi profile. | Category: B1ZoiInformationProfileData |
| IconDisplayPriorityArray | TArray | The display priority order for profile item icons in the HUD Zoi profile. Icons beyond MaxIconCount are hidden, not replaced by lower-priority ones. | Category: B1ZoiInformationProfileData |
| WidgetPositionOffset | FVector | The world-space offset applied to the HUD Zoi profile widget position relative to the actor location. | Category: B1ZoiInformationProfileData |
| VisibleIconForUnlockedProfileArray | TArray | The list of profile icon types that are always visible even when their profile is not yet unlocked. | Category: B1ZoiInformationProfileData |
| DisplayRadius | float | The detection radius within which the HUD Zoi profile is displayed. | Category: B1ZoiInformationProfileData ClampMin: 0.0 |
| bDisplayRelatedZoi | bool | Whether to display the HUD profile only for Zoi with an existing relationship (true) or all Zoi within radius (false). | Category: B1ZoiInformationProfileData |
| DisplayEnabledTime | float | The duration in seconds the HUD Zoi profile is displayed after being triggered. | Category: B1ZoiInformationProfileData ClampMin: 0.0 |
| DisplayInterval | float | The interval in seconds before the HUD Zoi profile can be displayed again. | Category: B1ZoiInformationProfileData |
| CandidateCheckInterval | float | The interval in seconds at which candidates for relationship display are checked; 0 means every tick. | Category: B1ZoiInformationProfileData ClampMin: 0.0 |
| UpdateIntervalOnDisplayAllMode | float | The interval in seconds at which target Zoi are refreshed in the all-display mode; 0 means every tick. | Category: B1ZoiInformationProfileData ClampMin: 0.0 |
| ToggleModeInterval | float | The minimum interval in seconds between toggling between display modes to prevent rapid switching. | Category: B1ZoiInformationProfileData ClampMin: 0.0 |
| bCheckVisibilityWithLineTrace | bool | Whether to use a line trace to verify visibility before showing the HUD Zoi profile. | Category: B1ZoiInformationProfileData ClampMin: 0.0 |