Setting a Frame Number Struct via Blueprints

Additional note: Also tried to set this via Python script with the same result.
Code:

params = unreal.MovieSceneSkeletalAnimationParams()
params.set_editor_property("end_frame_offset", unreal.FrameNumber(-2))