Navigation
API > API/Plugins > API/Plugins/PhysicsControl > API/Plugins/PhysicsControl/UPhysicsControlComponent
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite, Category=Settings)
int32 MaxNumControlsOrModifiersPerName
Remarks
Upper limit on the number of controls or modifiers that will be created using the same name (which will get a numerical postfix). When this limit is reached a warning will be issued and the control or modifier won't be created. This is to avoid problems if controls or modifiers are being created dynamically, and can generally be a "moderately large" number, depending on how many controls or modifiers you expect to create.