Skip to main content

B1ZoiInformationProfileData

  • Stores configuration data for the HUD Zoi information profile, including display radius, icon priorities, and timing parameters.
PropertyTypeDescriptionMetadata
MaxIconCountint32The maximum number of profile item icons shown in the HUD Zoi profile.Category: B1ZoiInformationProfileData
IconDisplayPriorityArrayTArrayThe 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
WidgetPositionOffsetFVectorThe world-space offset applied to the HUD Zoi profile widget position relative to the actor location.Category: B1ZoiInformationProfileData
VisibleIconForUnlockedProfileArrayTArrayThe list of profile icon types that are always visible even when their profile is not yet unlocked.Category: B1ZoiInformationProfileData
DisplayRadiusfloatThe detection radius within which the HUD Zoi profile is displayed.Category: B1ZoiInformationProfileData
ClampMin: 0.0
bDisplayRelatedZoiboolWhether to display the HUD profile only for Zoi with an existing relationship (true) or all Zoi within radius (false).Category: B1ZoiInformationProfileData
DisplayEnabledTimefloatThe duration in seconds the HUD Zoi profile is displayed after being triggered.Category: B1ZoiInformationProfileData
ClampMin: 0.0
DisplayIntervalfloatThe interval in seconds before the HUD Zoi profile can be displayed again.Category: B1ZoiInformationProfileData
CandidateCheckIntervalfloatThe interval in seconds at which candidates for relationship display are checked; 0 means every tick.Category: B1ZoiInformationProfileData
ClampMin: 0.0
UpdateIntervalOnDisplayAllModefloatThe interval in seconds at which target Zoi are refreshed in the all-display mode; 0 means every tick.Category: B1ZoiInformationProfileData
ClampMin: 0.0
ToggleModeIntervalfloatThe minimum interval in seconds between toggling between display modes to prevent rapid switching.Category: B1ZoiInformationProfileData
ClampMin: 0.0
bCheckVisibilityWithLineTraceboolWhether to use a line trace to verify visibility before showing the HUD Zoi profile.Category: B1ZoiInformationProfileData
ClampMin: 0.0