TMtxProgressRuntime::InternalLoop Property

__declspec(property(get = GetInternalLoop, put = SetInternalLoop)) bool InternalLoop;

If false, TMtxProgressRuntime::OnCompute is called only once.

Read: bool GetInternalLoop();
Write: void SetInternalLoop(const bool Value);
Declared in Dew::Math::TMtxProgressRuntime · Dew.Math/MtxForLoop.h · Cross-compiler