AnimNotifyState Modifiers
You might sometimes find yourself needing to modify Camera properties for a limited time during your character animations, this is where our AnimNotifyState modifiers come in. These handy modifiers allow you to change the FOV, the Arm Target/Socket Offsets, and/or the Arm Length through AnimNotifyStates.
You can find thse modifiers in the UGC Player Camera Manager class by updating to the latest version of UGC on UE5.5 and above.
These modifiers are specifically made for the FOV, Arm Length and Arm Offsets properties.
If you want to modify other settings during an animation, consider using our ANS_UGCCameraDataAsset AnimNotifyState class that allow you to push/pop a whole camera data asset during a character animation.
How to use them
In your Anim Montage, right click on a Notify Track and select one of our AnimNotifyStates
Arm Offsets AnimNotifyState
Arm Length AnimNotifyState
Each of the modifiers has the following settings:
Blend Out
The blend out starts before the anim notify ends. If your blend out duration is 1s, the blend out will start 1s before the end of the anim notify state, so keep that in mind!