Skip to main content

a.EnableQueuedAnimEventsOnServer

Var

Unreal Engine Var console variable.

aEnableQueuedAnimEventsOnServer

Description

Whether to enable queued anim events on servers. In most cases, when the server is doing a full anim graph update, queued notifies aren't triggered by the server, but this will enable them. Enabling this is recommended in projects using Listen Servers. 0: Disable, 1: Enable

Usage

a.EnableQueuedAnimEventsOnServer [value]

Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.