-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Description
updateRenderedState and updateRendering are both called twice per tick, in:
| updateRenderedState(dt); |
and
| api->updateRenderedState(DeltaSeconds); |
Is this by design?
Note I am working in Unity, but a quick look seems to confirm the same holds for the Unreal implementation.
Reactions are currently unavailable