Native method

SGBAAttributeSetWizard::​

Tick#

  • Declared in "Slate/SGBAAttributeSetWizard.h"
public:
virtual void Tick(
const FGeometry& AllottedGeometry,
const double InCurrentTime,
const float InDeltaTime
)

Runs periodic check to check the class name/path for validity in case the disk contents changed and the location is now valid or invalid.

After class creation, periodic checks are disabled to prevent a brief message indicating that the class you created already exists.

This feature is re-enabled if the user did not restart and began editing parameters again.

Parameters#

  • const FGeometry& AllottedGeometry
  • const double InCurrentTime
  • const float InDeltaTime