Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObjectInstance
Syntax
FString RemovedProjectorParameterNameWithIndex
Remarks
Tag required to avoid updating the wrong projector parameter range index once removed. On a Group Projector Parameter, if a projector gizmo is removed while is selected, the projector is unselected and removed. The unselection will causes a late update to that projector index, which is performed after the projector being removed. During the update, since the projector index has been removed, the update index is no longer valid. This tag allows to check if the last removed index matches with the currently update index. In the case they match, the update does not occur.