enum class CameraAction : uint32
{
    k_EAction_AddOp = 0,
    k_EAction_ClearAllOps = 1,
    k_EAction_ClearOpsForContext = 2,
};